#include <variable_expression_io.h>
|
|
using | VariableType = std::variant< const Variable< int > *, const Variable< double > *, const Variable< array_1d< double, 3 > > *, const Variable< array_1d< double, 4 > > *, const Variable< array_1d< double, 6 > > *, const Variable< array_1d< double, 9 > > *, const Variable< Vector > *, const Variable< Matrix > * > |
|
|
|
template<MeshType TMeshType> |
static void | Read (ContainerExpression< ModelPart::NodesContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable, const bool IsHistorical) |
|
template<class TContainerType , MeshType TMeshType> |
static void | Read (ContainerExpression< TContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable) |
|
template<MeshType TMeshType> |
static void | Write (const ContainerExpression< ModelPart::NodesContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable, const bool IsHistorical) |
|
template<class TContainerType , MeshType TMeshType> |
static void | Write (const ContainerExpression< TContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable) |
|
◆ VariableType
using Kratos::VariableExpressionIO::VariableType = std::variant< const Variable<int>*, const Variable<double>*, const Variable<array_1d<double, 3> >*, const Variable<array_1d<double, 4> >*, const Variable<array_1d<double, 6> >*, const Variable<array_1d<double, 9> >*, const Variable<Vector>*, const Variable<Matrix>*> |
◆ Read() [1/2]
template<MeshType TMeshType>
◆ Read() [2/2]
template<class TContainerType , MeshType TMeshType>
◆ Write() [1/2]
template<MeshType TMeshType>
◆ Write() [2/2]
template<class TContainerType , MeshType TMeshType>
The documentation for this class was generated from the following files: