![]() |
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.
|
#include <type_traits>#include "expression/expression_io_utils.h"#include "expression/variable_expression_data_io.h"#include "includes/process_info.h"#include "integration_point_expression_io.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::IntegrationPointExpressionIOUtils | |
Macros | |
| #define | KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS(CONTAINER_TYPE, MESH_TYPE) |
| #define | KRATOS_INSTANTIATE_CONTAINER_VARIABLE_EXPRESSION_IO(MESH_TYPE) |
Functions | |
| template<class TContainerType , class TVariableType > | |
| static Expression::Pointer | Kratos::IntegrationPointExpressionIOUtils::ReadToExpression (TContainerType &rContainer, TVariableType pVariable, const DataCommunicator &rDataCommunicator, const ProcessInfo &rProcessInfo) |
| template<class TContainerType , class TVariableType > | |
| static void | Kratos::IntegrationPointExpressionIOUtils::WriteFromExpression (TContainerType &rContainer, Communicator &rCommunicator, const Expression &rExpression, const ProcessInfo &rProcessInfo, TVariableType pVariable) |
| #define KRATOS_INSTANTIATE_CONTAINER_VARIABLE_EXPRESSION_IO | ( | MESH_TYPE | ) |
| #define KRATOS_INSTANTIATE_ENTITY_CONTAINER_IO_METHODS | ( | CONTAINER_TYPE, | |
| MESH_TYPE | |||
| ) |