![]() |
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 "meshing_application.h"#include "includes/key_hash.h"#include "includes/model_part.h"#include "includes/kratos_parameters.h"#include "utilities/variable_utils.h"#include "utilities/assign_unique_model_part_collection_tag_utility.h"#include "processes/fast_transfer_between_model_parts_process.h"Go to the source code of this file.
Classes | |
| struct | Kratos::MMGMeshInfo< TMMGLibrary > |
| Stores the Mmg mesh information. More... | |
| class | Kratos::MmgUtilities< TMMGLibrary > |
| Provides the Kratos interface to the MMG library API. More... | |
Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
| #define | MMG_VERSION_GT(MAJOR, MINOR) false |
| #define | MMG_VERSION_GE(MAJOR, MINOR) false |
| #define | MMG_VERSION_LT(MAJOR, MINOR) false |
| #define | MMG_VERSION_LE(MAJOR, MINOR) false |
| #define | MMG_VERSION_MAJOR 5 |
| #define | MMG_VERSION_MINOR 5 |
| #define | MMG_VERSION_PATCH 0 |
Functions | |
Input and output | |
| template<MMGLibrary TMMGLibrary> | |
| std::istream & | Kratos::operator>> (std::istream &rIStream, MmgUtilities< TMMGLibrary > &rThis) |
| input stream function More... | |
| template<MMGLibrary TMMGLibrary> | |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const MmgUtilities< TMMGLibrary > &rThis) |
| output stream function More... | |
| #define MMG_VERSION_GE | ( | MAJOR, | |
| MINOR | |||
| ) | false |
| #define MMG_VERSION_GT | ( | MAJOR, | |
| MINOR | |||
| ) | false |
| #define MMG_VERSION_LE | ( | MAJOR, | |
| MINOR | |||
| ) | false |
| #define MMG_VERSION_LT | ( | MAJOR, | |
| MINOR | |||
| ) | false |
| #define MMG_VERSION_MAJOR 5 |
| #define MMG_VERSION_MINOR 5 |
| #define MMG_VERSION_PATCH 0 |