OGS
CreateComponent.cpp File Reference

Detailed Description

Author
Norbert Grunwald
Date
Sep 7, 2017

Definition in file CreateComponent.cpp.

#include "CreateComponent.h"
#include <boost/algorithm/string/predicate.hpp>
#include "BaseLib/ConfigTree.h"
#include "Components/Components.h"
#include "CreateProperty.h"
#include "MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h"
#include "ParameterLib/Parameter.h"
Include dependency graph for CreateComponent.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{CreateComponent.cpp}
 
namespace  MaterialPropertyLib
 

Functions

std::unique_ptr< MaterialPropertyLib::Componentanonymous_namespace{CreateComponent.cpp}::createComponent (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< Component > > MaterialPropertyLib::createComponents (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)