OGS
CreatePhase.cpp File Reference

Detailed Description

Author
Norbert Grunwald
Date
07.09.2017

Definition in file CreatePhase.cpp.

#include "CreatePhase.h"
#include <set>
#include <string>
#include "BaseLib/ConfigTree.h"
#include "CreateComponent.h"
#include "CreateProperty.h"
#include "MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h"
#include "ParameterLib/Parameter.h"
#include "Phase.h"
Include dependency graph for CreatePhase.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{CreatePhase.cpp}
 
namespace  MaterialPropertyLib
 

Functions

std::unique_ptr< MaterialPropertyLib::Phaseanonymous_namespace{CreatePhase.cpp}::createPhase (int const geometry_dimension, BaseLib::ConfigTree const &config, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, ParameterLib::CoordinateSystem const *const local_coordinate_system, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves)
 
std::vector< std::unique_ptr< Phase > > MaterialPropertyLib::createPhases (int const geometry_dimension, std::optional< BaseLib::ConfigTree > const &config, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, ParameterLib::CoordinateSystem const *const local_coordinate_system, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves)