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 | Functions
add_meshers_to_python.cpp File Reference
#include "includes/define_python.h"
#include "processes/process.h"
#include "custom_python/add_meshers_to_python.h"
#include "includes/model_part.h"
#include "external_includes/tetgen_pfem_refine.h"
#include "external_includes/tetgen_mesh_suite_optimized.h"
#include "external_includes/trigen_mesh_suite.h"
#include "external_includes/trigen_refine.h"
Include dependency graph for add_meshers_to_python.cpp:

Namespaces

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

Functions

void Kratos::Python::TetRegeneratePfemUlf3D (TetGenPfemModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TetRegeneratePfemUlf3DInc (TetGenPfemModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TetRegeneratePfem3DInc (TetGenPfemModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TriRefinePFEM (TriGenCDTrefine &Mesher, ModelPart &model_part, bool refine)
 
void Kratos::Python::TriRegenerate (TriGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TriRegenerateCoupled (TriGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TriRegenerateUpdatedLagrangian (TriGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TriRegenerateUpdatedLagrangianTest (TriGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TetRegenerateUpdatedLagrangian (TetGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::TetRegenerateUpdatedLagrangianInc (TetGenModeler &Mesher, ModelPart &model_part, double alpha_shape)
 
void Kratos::Python::AddMeshersToPython (pybind11::module &m)