OGS
|
Definition in file Property.h.
#include <Eigen/Core>
#include <array>
#include <string>
#include <typeinfo>
#include <variant>
#include "BaseLib/Error.h"
#include "ParameterLib/SpatialPosition.h"
#include "PropertyType.h"
#include "VariableType.h"
Go to the source code of this file.
Classes | |
class | MaterialPropertyLib::Property |
Namespaces | |
namespace | MaterialPropertyLib |
Typedefs | |
using | MaterialPropertyLib::PropertyDataType |
Functions | |
PropertyDataType | MaterialPropertyLib::fromVector (std::vector< double > const &values) |
void | MaterialPropertyLib::overwriteExistingProperties (PropertyArray &properties, PropertyArray &new_properties, std::variant< Medium *, Phase *, Component * > scale_pointer) |
void | MaterialPropertyLib::updatePropertiesForAllPhases (PropertyArray &properties, std::vector< std::unique_ptr< Phase > > const &phases) |