![]() |
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_2D_mesher.hpp>
Classes | |
| struct | ContactVariables |
Public Member Functions | |
Life Cycle | |
| ContactDomain2DMesher () | |
| Default constructor. More... | |
| virtual | ~ContactDomain2DMesher () |
| 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::TriangularMesh2DMesher | |
| TriangularMesh2DMesher () | |
| Default constructor. More... | |
| TriangularMesh2DMesher (TriangularMesh2DMesher const &rOther) | |
| Copy constructor. More... | |
| virtual | ~TriangularMesh2DMesher () |
| 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 (TriangularMesh2DMesher) | |
| 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 (ContactDomain2DMesher) | |
| Pointer definition of TriGenCDT. More... | |
Short class definition.
Detail class definition.
| typedef array_1d<double, 3> Kratos::ContactDomain2DMesher::PointType |
Tensor order 1 definition.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::Mesher.
| Kratos::ContactDomain2DMesher::KRATOS_CLASS_POINTER_DEFINITION | ( | ContactDomain2DMesher | ) |
Pointer definition of TriGenCDT.
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::Mesher.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::Mesher.