![]() |
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.
|
This class performs simple meshing tools related to the derivative recovery algorithms. More...
#include <derivative_recovery_meshing_tools.h>
Public Member Functions | |
Life Cycle | |
| DerivativeRecoveryMeshingTools () | |
| Default constructor. More... | |
| virtual | ~DerivativeRecoveryMeshingTools () |
| Destructor. More... | |
Operations | |
| void | FillUpEdgesModelPartFromSimplicesModelPart (ModelPart &r_edges_model_part, ModelPart &r_tetra_model_part, std::string element_type) |
Input and output | |
| virtual std::string | Info () const |
| Turn back information as a stemplate<class T, std::size_t dim> tring. More... | |
| virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More... | |
| virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More... | |
Type Definitions | |
| typedef ModelPart::ElementsContainerType::iterator | ElementIteratorType |
| typedef ModelPart::NodesContainerType::iterator | NodeIteratorType |
| typedef Properties | PropertiesType |
| KRATOS_CLASS_POINTER_DEFINITION (DerivativeRecoveryMeshingTools) | |
| Pointer definition of DerivativeRecoveryMeshingTools. More... | |
This class performs simple meshing tools related to the derivative recovery algorithms.
| typedef ModelPart::ElementsContainerType::iterator Kratos::DerivativeRecoveryMeshingTools< TDim >::ElementIteratorType |
| typedef ModelPart::NodesContainerType::iterator Kratos::DerivativeRecoveryMeshingTools< TDim >::NodeIteratorType |
| typedef Properties Kratos::DerivativeRecoveryMeshingTools< TDim >::PropertiesType |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
| void Kratos::DerivativeRecoveryMeshingTools< TDim >::FillUpEdgesModelPartFromSimplicesModelPart | ( | ModelPart & | r_edges_model_part, |
| ModelPart & | r_tetra_model_part, | ||
| std::string | element_type | ||
| ) |
|
inlinevirtual |
Turn back information as a stemplate<class T, std::size_t dim> tring.
| Kratos::DerivativeRecoveryMeshingTools< TDim >::KRATOS_CLASS_POINTER_DEFINITION | ( | DerivativeRecoveryMeshingTools< TDim > | ) |
Pointer definition of DerivativeRecoveryMeshingTools.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.