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 <pfem_gid_io.h>
Public Member Functions | |
PfemGidMeshContainer (GeometryData::KratosGeometryType geometryType, GiD_ElementType elementType, char *mesh_title) | |
Constructor. More... | |
bool | AddElement (const ModelPart::ElementsContainerType::iterator pElemIt) |
bool | AddCondition (const ModelPart::ConditionsContainerType::iterator pCondIt) |
void | FinalizeMeshCreation () |
void | WriteMesh (bool deformed) |
void | Reset () |
PfemGidMeshContainer (GeometryData::KratosGeometryType geometryType, GiD_ElementType elementType, const char *mesh_title) | |
Constructor. More... | |
bool | AddElement (const ModelPart::ElementsContainerType::iterator pElemIt) |
bool | AddCondition (const ModelPart::ConditionsContainerType::iterator pCondIt) |
void | FinalizeMeshCreation () |
void | WriteMesh (GiD_FILE MeshFile, bool deformed) |
void | Reset () |
ModelPart::NodesContainerType | GetMeshNodes () |
Auxiliary class to store meshes of different element types and to write these meshes to an output file
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |