![]() |
OGS
|
Classes | |
class | MFront |
Functions | |
template<int DisplacementDim> | |
std::unique_ptr< MechanicsBase< DisplacementDim > > | createMFront (std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, BaseLib::ConfigTree const &config) |
template std::unique_ptr< MechanicsBase< 2 > > | createMFront< 2 > (std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, BaseLib::ConfigTree const &config) |
template std::unique_ptr< MechanicsBase< 3 > > | createMFront< 3 > (std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, BaseLib::ConfigTree const &config) |
const char * | toString (mgis::behaviour::Behaviour::Kinematic) |
Converts MGIS kinematic to a string representation. More... | |
const char * | toString (mgis::behaviour::Behaviour::Symmetry) |
Converts MGIS symmetry to a string representation. More... | |
const char * | btypeToString (int) |
Converts MGIS behaviour type to a string representation. More... | |
const char * | varTypeToString (int) |
Converts MGIS variable type to a string representation. More... | |
int | getEquivalentPlasticStrainOffset (mgis::behaviour::Behaviour const &b) |
const char * MaterialLib::Solids::MFront::btypeToString | ( | int | btype | ) |
Converts MGIS behaviour type to a string representation.
Definition at line 136 of file MFront.cpp.
References OGS_FATAL.
Referenced by createMFront().
std::unique_ptr< MechanicsBase< DisplacementDim > > MaterialLib::Solids::MFront::createMFront | ( | std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const & | parameters, |
std::optional< ParameterLib::CoordinateSystem > const & | local_coordinate_system, | ||
BaseLib::ConfigTree const & | config | ||
) |
Definition at line 59 of file CreateMFront.cpp.
References btypeToString(), BaseLib::ConfigTree::checkConfigParameter(), ERR(), BaseLib::ConfigTree::getConfigParameter(), BaseLib::ConfigTree::getConfigParameterOptional(), BaseLib::ConfigTree::getConfigSubtree(), BaseLib::getProjectDirectory(), INFO(), BaseLib::joinPaths(), MaterialPropertyLib::name, OGS_FATAL, toString(), anonymous_namespace{CreateMFront.cpp}::varInfo(), and WARN().
template std::unique_ptr< MechanicsBase< 2 > > MaterialLib::Solids::MFront::createMFront< 2 > | ( | std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const & | parameters, |
std::optional< ParameterLib::CoordinateSystem > const & | local_coordinate_system, | ||
BaseLib::ConfigTree const & | config | ||
) |
template std::unique_ptr< MechanicsBase< 3 > > MaterialLib::Solids::MFront::createMFront< 3 > | ( | std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const & | parameters, |
std::optional< ParameterLib::CoordinateSystem > const & | local_coordinate_system, | ||
BaseLib::ConfigTree const & | config | ||
) |
int MaterialLib::Solids::MFront::getEquivalentPlasticStrainOffset | ( | mgis::behaviour::Behaviour const & | b | ) |
Definition at line 165 of file MFront.cpp.
References BaseLib::contains().
const char * MaterialLib::Solids::MFront::toString | ( | mgis::behaviour::Behaviour::Kinematic | kin | ) |
Converts MGIS kinematic to a string representation.
Definition at line 103 of file MFront.cpp.
References OGS_FATAL.
Referenced by MainWindow::about(), ProcessLib::LIE::PostProcessTool::copyPropertyValues(), createMFront(), ProcessLib::LIE::PostProcessTool::createProperty(), MeshLib::Properties::getPropertyVector(), DiagramPrefsDialog::loadFile(), GeoTreeModel::removeGeoList(), StationTreeModel::vtkSource(), GeoTreeModel::vtkSource(), and ApplicationUtils::writeProperties().
const char * MaterialLib::Solids::MFront::toString | ( | mgis::behaviour::Behaviour::Symmetry | sym | ) |
Converts MGIS symmetry to a string representation.
Definition at line 123 of file MFront.cpp.
References OGS_FATAL.
const char * MaterialLib::Solids::MFront::varTypeToString | ( | int | v | ) |
Converts MGIS variable type to a string representation.
Definition at line 150 of file MFront.cpp.
References OGS_FATAL.
Referenced by anonymous_namespace{CreateMFront.cpp}::varInfo().