OGS
|
Created on February 12, 2021, 4:34 PM
Definition in file FormKelvinVector.h.
#include <Eigen/Core>
#include <variant>
#include "MaterialLib/MPL/Property.h"
#include "MathLib/KelvinVector.h"
Go to the source code of this file.
Namespaces | |
namespace | MaterialPropertyLib |
Functions | |
template<int GlobalDim> | |
MathLib::KelvinVector::KelvinVectorType< GlobalDim > | MaterialPropertyLib::formKelvinVector (MaterialPropertyLib::PropertyDataType const &values) |
A function to form a Kelvin vector from strain or stress alike property like thermal expansivity for thermal strain. | |
template MathLib::KelvinVector::KelvinVectorType< 2 > | MaterialPropertyLib::formKelvinVector< 2 > (MaterialPropertyLib::PropertyDataType const &values) |
template MathLib::KelvinVector::KelvinVectorType< 3 > | MaterialPropertyLib::formKelvinVector< 3 > (MaterialPropertyLib::PropertyDataType const &values) |