Skip to content
Snippets Groups Projects
Commit 6b1a3216 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Doc] added input file documentation

parent d854226d
No related branches found
No related tags found
No related merge requests found
Boundary condition using a Python script to compute its values.
See ProcessLib::PythonBoundaryConditionPythonSideInterface for the Python-side
BC interface.
The object (variable name) in the provided Python script that will be used for
this BC.
Determines if stdout should be flushed each time before and after passing control to the Python script.
This might slow down operation, but ensures the right order of messages printed
to stdout from Python and C++.
Path to a Python script file (absolute or relative to the prj file) that is
executed by OpenGeoSys if OpenGeoSys has been built with Python support.
This script can be used, e.g., to define boundary conditions that can be
referenced from the prj file and used by OpenGeoSys.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment