OGS
|
Definition at line 18 of file BoundaryConditionConfig.h.
#include <BoundaryConditionConfig.h>
Public Member Functions | |
BoundaryConditionConfig (BaseLib::ConfigTree &&config_, MeshLib::Mesh const &mesh_, std::optional< int > const component_id_) | |
BoundaryConditionConfig (BoundaryConditionConfig &&other)=default | |
Public Attributes | |
BaseLib::ConfigTree | config |
MeshLib::Mesh const & | boundary_mesh |
std::optional< int > const | component_id |
|
inline |
Definition at line 20 of file BoundaryConditionConfig.h.
|
default |
MeshLib::Mesh const& ProcessLib::BoundaryConditionConfig::boundary_mesh |
Definition at line 32 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition().
std::optional<int> const ProcessLib::BoundaryConditionConfig::component_id |
Definition at line 33 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition().
BaseLib::ConfigTree ProcessLib::BoundaryConditionConfig::config |
Definition at line 31 of file BoundaryConditionConfig.h.
Referenced by ProcessLib::createBoundaryCondition().