OGS
PythonBoundaryCondition.cpp File Reference

Detailed Description

Definition in file PythonBoundaryCondition.cpp.

Include dependency graph for PythonBoundaryCondition.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{PythonBoundaryCondition.cpp}
 
namespace  ProcessLib
 

Functions

void anonymous_namespace{PythonBoundaryCondition.cpp}::initBCValues (NumLib::IndexValueVector< GlobalIndexType > &bc_values, std::size_t const nnodes)
 
void anonymous_namespace{PythonBoundaryCondition.cpp}::checkConsistency (NumLib::LocalToGlobalIndexMap const &dof_table, std::vector< std::reference_wrapper< ProcessLib::ProcessVariable > > const &pvs)
 
std::unique_ptr< PythonBoundaryConditionProcessLib::createPythonBoundaryCondition (BaseLib::ConfigTree const &config, MeshLib::Mesh const &boundary_mesh, NumLib::LocalToGlobalIndexMap const &dof_table_bulk, MeshLib::Mesh const &bulk_mesh, int const variable_id, int const component_id, unsigned const integration_order, unsigned const shapefunction_order, std::vector< std::reference_wrapper< ProcessVariable > > const &all_process_variables_for_this_process)
 Creates a new PythonBoundaryCondition object.