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 "containers/model.h"
#include "processes/from_json_check_result_process.h"
#include "utilities/parallel_utilities.h"
#include "utilities/reduction_utilities.h"
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, CORRECT_RESULT, 0) | |
Local Flags. More... | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, HISTORICAL_VALUE, 1) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, CHECK_ONLY_LOCAL_ENTITIES, 2) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, NODES_CONTAINER_INITIALIZED, 3) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, ELEMENTS_CONTAINER_INITIALIZED, 4) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, NODES_DATABASE_INITIALIZED, 5) | |
Kratos::KRATOS_CREATE_LOCAL_FLAG (FromJSONCheckResultProcess, ELEMENTS_DATABASE_INITIALIZED, 6) | |