#include <properties_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<class TContainerType , MeshType TMeshType = MeshType::Local> |
static void | Read (ContainerExpression< TContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable) |
|
template<class TContainerType , MeshType TMeshType = MeshType::Local> |
static void | Check (const ContainerExpression< TContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable) |
|
template<class TContainerType , MeshType TMeshType = MeshType::Local> |
static void | Write (const ContainerExpression< TContainerType, TMeshType > &rContainerExpression, const VariableType &rVariable) |
|
◆ VariableType
using Kratos::PropertiesVariableExpressionIO::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>*> |
◆ Check()
template<class TContainerType , MeshType TMeshType>
void Kratos::PropertiesVariableExpressionIO::Check |
( |
const ContainerExpression< TContainerType, TMeshType > & |
rContainerExpression, |
|
|
const VariableType & |
rVariable |
|
) |
| |
|
static |
◆ Read()
template<class TContainerType , MeshType TMeshType>
void Kratos::PropertiesVariableExpressionIO::Read |
( |
ContainerExpression< TContainerType, TMeshType > & |
rContainerExpression, |
|
|
const VariableType & |
rVariable |
|
) |
| |
|
static |
◆ Write()
template<class TContainerType , MeshType TMeshType>
void Kratos::PropertiesVariableExpressionIO::Write |
( |
const ContainerExpression< TContainerType, TMeshType > & |
rContainerExpression, |
|
|
const VariableType & |
rVariable |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: