OGS
SolidMechanicsDataStateless.h
Go to the documentation of this file.
1
11#pragma once
12
13#include "Base.h"
14
16{
17template <int DisplacementDim>
19{
21 KV::KMnan<DisplacementDim>();
22 KelvinVector<DisplacementDim> J_uT_BT_K_N = KV::KVnan<DisplacementDim>();
23 KelvinVector<DisplacementDim> J_up_BT_K_N = KV::KVnan<DisplacementDim>();
24};
25} // namespace ProcessLib::ThermoRichardsMechanics
KV::KelvinVectorType< DisplacementDim > KelvinVector
Definition Base.h:26
KV::KelvinMatrixType< DisplacementDim > KelvinMatrix
Definition Base.h:29