OGS
|
Definition in file Base.h.
#include "MaterialLib/MPL/Medium.h"
#include "MathLib/KelvinVector.h"
#include "ParameterLib/SpatialPosition.h"
#include "ProcessLib/ConstitutiveRelations/Base.h"
#include "ProcessLib/Reflection/ReflectionData.h"
Go to the source code of this file.
Namespaces | |
namespace | ProcessLib |
namespace | ProcessLib::ThermoRichardsMechanics |
Typedefs | |
template<int DisplacementDim> | |
using | ProcessLib::ThermoRichardsMechanics::KelvinVector = KV::KelvinVectorType<DisplacementDim> |
template<int DisplacementDim> | |
using | ProcessLib::ThermoRichardsMechanics::KelvinMatrix = KV::KelvinMatrixType<DisplacementDim> |
template<int DisplacementDim> | |
using | ProcessLib::ThermoRichardsMechanics::GlobalDimVector = Eigen::Vector<double, DisplacementDim> |
template<int DisplacementDim> | |
using | ProcessLib::ThermoRichardsMechanics::GlobalDimMatrix |
Functions | |
template<int D> | |
constexpr GlobalDimVector< D > | ProcessLib::ThermoRichardsMechanics::DVnan () |
Used to set a D dimensional vector to all not-a-number. | |
template<int D> | |
constexpr GlobalDimMatrix< D > | ProcessLib::ThermoRichardsMechanics::DMnan () |
Used to set a D x D matrix to all not-a-number. | |