![]() |
OGS
|
|
Definition at line 11 of file BoundaryConditionConfig.h.
#include <BoundaryConditionConfig.h>
Public Attributes | |
| BaseLib::ConfigTree | config |
| std::vector< std::reference_wrapper< const MeshLib::Mesh > > | boundary_meshes |
| std::optional< int > const | component_id |
| bool | compensate_non_equilibrium_initial_residuum = false |
| std::vector<std::reference_wrapper<const MeshLib::Mesh> > ProcessLib::BoundaryConditionConfig::boundary_meshes |
Definition at line 14 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition().
| bool ProcessLib::BoundaryConditionConfig::compensate_non_equilibrium_initial_residuum = false |
Definition at line 16 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createReleaseNodalForce(), and ProcessLib::parseReleaseNodalForce().
| std::optional<int> const ProcessLib::BoundaryConditionConfig::component_id |
Definition at line 15 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition().
| BaseLib::ConfigTree ProcessLib::BoundaryConditionConfig::config |
Definition at line 13 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition(), and ProcessLib::parseReleaseNodalForce().