27 namespace ContainerDataIOTags {
33 template <
class TContainerDataIOTags>
39 static constexpr std::string_view mInfo =
"Historical";
41 template <
class TDataType>
49 template <
class TDataType>
53 const TDataType& rValue)
62 static constexpr std::string_view mInfo =
"NonHistorical";
64 template<
class TDataType,
class TEntityType>
66 const TEntityType& rEntity,
69 return rEntity.GetValue(rVariable);
72 template<
class TDataType,
class TEntityType>
76 const TDataType& rValue)
78 rEntity.SetValue(rVariable, rValue);
This class defines the node.
Definition: node.h:65
TVariableType::Type & FastGetSolutionStepValue(const TVariableType &rThisVariable)
Definition: node.h:435
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Definition: container_data_io.h:34