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.
Classes | Namespaces | Macros
mmg_utilities.h File Reference
#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"
Include dependency graph for mmg_utilities.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ MMG_VERSION_GE

#define MMG_VERSION_GE (   MAJOR,
  MINOR 
)    false

◆ MMG_VERSION_GT

#define MMG_VERSION_GT (   MAJOR,
  MINOR 
)    false

◆ MMG_VERSION_LE

#define MMG_VERSION_LE (   MAJOR,
  MINOR 
)    false

◆ MMG_VERSION_LT

#define MMG_VERSION_LT (   MAJOR,
  MINOR 
)    false

◆ MMG_VERSION_MAJOR

#define MMG_VERSION_MAJOR   5

◆ MMG_VERSION_MINOR

#define MMG_VERSION_MINOR   5

◆ MMG_VERSION_PATCH

#define MMG_VERSION_PATCH   0