OGS
|
Definition in file CreateProperty.cpp.
#include "CreateProperty.h"
#include <boost/algorithm/string/predicate.hpp>
#include <string>
#include <vector>
#include "BaseLib/ConfigTree.h"
#include "Component.h"
#include "Medium.h"
#include "Phase.h"
#include "Properties/CreateProperties.h"
#include "Properties/Properties.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{CreateProperty.cpp} |
namespace | MaterialPropertyLib |
Functions | |
std::unique_ptr< MaterialPropertyLib::Property > | anonymous_namespace{CreateProperty.cpp}::createProperty (int const geometry_dimension, BaseLib::ConfigTree const &config, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, ParameterLib::CoordinateSystem const *const local_coordinate_system, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves) |
std::unique_ptr< PropertyArray > | MaterialPropertyLib::createProperties (int const geometry_dimension, std::optional< BaseLib::ConfigTree > const &config, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, ParameterLib::CoordinateSystem const *const local_coordinate_system, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves) |