OGS
CreateProperty.h File Reference

Detailed Description

Author
Norbert Grunwald
Date
Sep 7, 2017

Definition in file CreateProperty.h.

#include <map>
#include <memory>
#include <optional>
#include <vector>
#include "PropertyType.h"
Include dependency graph for CreateProperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BaseLib
 
 ParameterLib
 
 MathLib
 
 MaterialPropertyLib
 

Typedefs

using MaterialPropertyLib::PropertyArray = std::array< std::unique_ptr< Property >, PropertyType::number_of_properties >
 

Functions

std::unique_ptr< PropertyArrayMaterialPropertyLib::createProperties (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)