OGS
PythonBoundaryCondition.h File Reference

Detailed Description

Definition in file PythonBoundaryCondition.h.

Include dependency graph for PythonBoundaryCondition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ProcessLib::PythonBoundaryConditionData
 
class  ProcessLib::PythonBoundaryCondition
 A boundary condition whose values are computed by a Python script. More...
 

Namespaces

 ProcessLib
 

Functions

std::unique_ptr< PythonBoundaryCondition > ProcessLib::createPythonBoundaryCondition (BaseLib::ConfigTree const &config, MeshLib::Mesh const &boundary_mesh, NumLib::LocalToGlobalIndexMap const &dof_table, std::size_t bulk_mesh_id, int const variable_id, int const component_id, unsigned const integration_order, unsigned const shapefunction_order, unsigned const global_dim)
 Creates a new PythonBoundaryCondition object. More...