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.
|
Short class definition. More...
#include <contact_domain_3D_mesher.hpp>
Classes | |
struct | ContactVariables |
Public Member Functions | |
Life Cycle | |
ContactDomain3DMesher () | |
Default constructor. More... | |
virtual | ~ContactDomain3DMesher () |
Destructor. More... | |
Input and output | |
virtual std::string | Info () const override |
Turn back information as a string. More... | |
virtual void | PrintInfo (std::ostream &rOStream) const override |
Print information about this object. More... | |
virtual void | PrintData (std::ostream &rOStream) const override |
Print object's data. More... | |
Public Member Functions inherited from Kratos::TetrahedralMesh3DMesher | |
TetrahedralMesh3DMesher () | |
Default constructor. More... | |
TetrahedralMesh3DMesher (TetrahedralMesh3DMesher const &rOther) | |
Copy constructor. More... | |
virtual | ~TetrahedralMesh3DMesher () |
Destructor. More... | |
std::string | Info () const override |
Turn back information as a string. More... | |
void | PrintInfo (std::ostream &rOStream) const override |
Print information about this object. More... | |
void | PrintData (std::ostream &rOStream) const override |
Print object's data. More... | |
KRATOS_CLASS_POINTER_DEFINITION (TetrahedralMesh3DMesher) | |
Pointer definition of TriGenCDT. More... | |
Public Member Functions inherited from Kratos::Mesher | |
Mesher () | |
Default constructor. More... | |
Mesher (Mesher const &rOther) | |
Copy constructor. More... | |
virtual | ~Mesher () |
Destructor. More... | |
void | Initialize () |
virtual void | SetEchoLevel (int Level) |
int | GetEchoLevel () |
void | SetMeshingParameters (MeshingParametersType::Pointer &rMeshingParameters) |
void | SetPreMeshingProcess (MesherProcess::Pointer pPreMeshingProcess) |
void | SetPostMeshingProcess (MesherProcess::Pointer pPostMeshingProcess) |
void | SetPreMeshingProcessVector (std::vector< MesherProcess::Pointer > &rPreMeshingProcessVector) |
void | SetPostMeshingProcessVector (std::vector< MesherProcess::Pointer > &rPostMeshingProcessVector) |
void | SetMesherUtilities (MesherUtilities::Pointer rMesherUtilities) |
void | SetDataTransferUtilities (MeshDataTransferUtilities::Pointer rDataTransferUtilities) |
virtual void | InitializeMesher (ModelPart &rModelPart) |
virtual void | ExecuteMeshing (ModelPart &rModelPart) |
virtual void | FinalizeMesher (ModelPart &rModelPart) |
KRATOS_CLASS_POINTER_DEFINITION (Mesher) | |
Pointer definition of Mesher. More... | |
Type Definitions | |
typedef array_1d< double, 3 > | PointType |
Tensor order 1 definition. More... | |
typedef MesherUtilities::MeshingInfoParameters | InfoParametersType |
typedef MesherUtilities::MeshingParameters | MeshingParametersType |
typedef MesherUtilities::RefiningParameters | RefineParametersType |
KRATOS_CLASS_POINTER_DEFINITION (ContactDomain3DMesher) | |
Pointer definition of TriGenCDT. More... | |
Short class definition.
Detail class definition.
typedef array_1d<double, 3> Kratos::ContactDomain3DMesher::PointType |
Tensor order 1 definition.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::Mesher.
Kratos::ContactDomain3DMesher::KRATOS_CLASS_POINTER_DEFINITION | ( | ContactDomain3DMesher | ) |
Pointer definition of TriGenCDT.
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::Mesher.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::Mesher.