OGS
|
Definition in file CreateConstitutiveRelationsGeneric.h.
#include "BaseLib/ConfigTree.h"
#include "MaterialLib/Utils/MediaCreation.h"
#include "MeshLib/PropertyVector.h"
#include "ParameterLib/Parameter.h"
Go to the source code of this file.
Namespaces | |
namespace | MaterialLib |
namespace | MaterialLib::Solids |
Functions | |
template<typename SolidConstitutiveRelation > | |
std::map< int, std::shared_ptr< SolidConstitutiveRelation > > | MaterialLib::Solids::createConstitutiveRelationsGeneric (std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, MeshLib::PropertyVector< int > const *const material_ids, BaseLib::ConfigTree const &config, std::unique_ptr< SolidConstitutiveRelation >(*create_constitutive_relation)(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &, std::optional< ParameterLib::CoordinateSystem > const &, BaseLib::ConfigTree const &)) |