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
literal_expression_input.cpp File Reference
#include <type_traits>
#include "expression/literal_expression.h"
#include "expression/expression_io_utils.h"
#include "literal_expression_input.h"
Include dependency graph for literal_expression_input.cpp:

Namespaces

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

Macros

#define KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS(CONTAINER_TYPE, MESH_TYPE)
 
#define KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS_1(MESH_TYPE)
 

Macro Definition Documentation

◆ KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS

#define KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS (   CONTAINER_TYPE,
  MESH_TYPE 
)
Value:
template KRATOS_API(KRATOS_CORE) void LiteralExpressionIO::SetData(ContainerExpression<CONTAINER_TYPE, MESH_TYPE>&, const LiteralExpressionIO::DataType&); \
template KRATOS_API(KRATOS_CORE) void LiteralExpressionIO::SetDataToZero(ContainerExpression<CONTAINER_TYPE, MESH_TYPE>&, const LiteralExpressionIO::VariableType&);
#define KRATOS_API(...)
Definition: kratos_export_api.h:40

◆ KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS_1

#define KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS_1 (   MESH_TYPE)
Value:
KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS(ModelPart::ConditionsContainerType, MESH_TYPE) \
KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS(ModelPart::ElementsContainerType, MESH_TYPE)
#define KRATOS_INSTANTIATE_DATA_EXPRESSION_IO_METHODS(CONTAINER_TYPE, MESH_TYPE)
Definition: literal_expression_input.cpp:98
ModelPart::NodesContainerType NodesContainerType
Definition: find_conditions_neighbours_process.h:44
ModelPart::ConditionsContainerType ConditionsContainerType
Definition: find_conditions_neighbours_process.h:45
ModelPart::ElementsContainerType ElementsContainerType
Definition: clear_contact_conditions_mesher_process.hpp:43