KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Namespaces | Macros
variable_expression_io.cpp File Reference
#include <type_traits>
#include "expression/container_data_io.h"
#include "expression_io_utils.h"
#include "variable_expression_io.h"
Include dependency graph for variable_expression_io.cpp:

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Macros

#define KRATOS_INSTANTIATE_NODAL_CONTAINER_IO_METHODS(MESH_TYPE)
 
#define KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS(CONTAINER_TYPE, MESH_TYPE)
 
#define KRATOS_INSTANTIATE_CONTAINER_VARIABLE_EXPRESSION_IO(MESH_TYPE)
 

Macro Definition Documentation

◆ KRATOS_INSTANTIATE_CONTAINER_VARIABLE_EXPRESSION_IO

#define KRATOS_INSTANTIATE_CONTAINER_VARIABLE_EXPRESSION_IO (   MESH_TYPE)
Value:
KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS(ModelPart::ConditionsContainerType, MESH_TYPE) \
KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS(ModelPart::ElementsContainerType, MESH_TYPE)
ModelPart::ConditionsContainerType ConditionsContainerType
Definition: find_conditions_neighbours_process.h:45
ModelPart::ElementsContainerType ElementsContainerType
Definition: clear_contact_conditions_mesher_process.hpp:43
#define KRATOS_INSTANTIATE_NODAL_CONTAINER_IO_METHODS(MESH_TYPE)
Definition: variable_expression_io.cpp:163

◆ KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS

#define KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS (   CONTAINER_TYPE,
  MESH_TYPE 
)
Value:
template KRATOS_API(KRATOS_CORE) void VariableExpressionIO::Read(ContainerExpression<CONTAINER_TYPE, MESH_TYPE>&, const VariableExpressionIO::VariableType&); \
template KRATOS_API(KRATOS_CORE) void VariableExpressionIO::Write(const ContainerExpression<CONTAINER_TYPE, MESH_TYPE>&, const VariableExpressionIO::VariableType&);\
#define KRATOS_API(...)
Definition: kratos_export_api.h:40
void Read(LiteralFlatExpression< std::conditional_t< std::is_same_v< TDataType, int >, int, double >> &rExpression, const IndexType EntityDataBeginIndex, const TDataType &rValue, std::index_sequence< TIndex... >)
Definition: variable_expression_data_io.cpp:31

◆ KRATOS_INSTANTIATE_NODAL_CONTAINER_IO_METHODS

#define KRATOS_INSTANTIATE_NODAL_CONTAINER_IO_METHODS (   MESH_TYPE)
Value:
template KRATOS_API(KRATOS_CORE) void VariableExpressionIO::Read(ContainerExpression<ModelPart::NodesContainerType, MESH_TYPE>&, const VariableExpressionIO::VariableType&, const bool); \
template KRATOS_API(KRATOS_CORE) void VariableExpressionIO::Write(const ContainerExpression<ModelPart::NodesContainerType, MESH_TYPE>&, const VariableExpressionIO::VariableType&, const bool);\