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.
List of all members
Kratos::DerivativeRecoveryMeshingTools< TDim > Class Template Reference

This class performs simple meshing tools related to the derivative recovery algorithms. More...

#include <derivative_recovery_meshing_tools.h>

Collaboration diagram for Kratos::DerivativeRecoveryMeshingTools< TDim >:

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...
 

Detailed Description

template<std::size_t TDim>
class Kratos::DerivativeRecoveryMeshingTools< TDim >

This class performs simple meshing tools related to the derivative recovery algorithms.

Author
Guillermo Casas Gonzalez gcasa.nosp@m.s@ci.nosp@m.mne.u.nosp@m.pc.e.nosp@m.du

Member Typedef Documentation

◆ ElementIteratorType

◆ NodeIteratorType

◆ PropertiesType

template<std::size_t TDim>
typedef Properties Kratos::DerivativeRecoveryMeshingTools< TDim >::PropertiesType

Constructor & Destructor Documentation

◆ DerivativeRecoveryMeshingTools()

template<std::size_t TDim>
Kratos::DerivativeRecoveryMeshingTools< TDim >::DerivativeRecoveryMeshingTools ( )
inline

Default constructor.

◆ ~DerivativeRecoveryMeshingTools()

template<std::size_t TDim>
virtual Kratos::DerivativeRecoveryMeshingTools< TDim >::~DerivativeRecoveryMeshingTools ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ FillUpEdgesModelPartFromSimplicesModelPart()

template<std::size_t TDim>
void Kratos::DerivativeRecoveryMeshingTools< TDim >::FillUpEdgesModelPartFromSimplicesModelPart ( ModelPart r_edges_model_part,
ModelPart r_tetra_model_part,
std::string  element_type 
)

◆ Info()

template<std::size_t TDim>
virtual std::string Kratos::DerivativeRecoveryMeshingTools< TDim >::Info ( ) const
inlinevirtual

Turn back information as a stemplate<class T, std::size_t dim> tring.

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<std::size_t TDim>
Kratos::DerivativeRecoveryMeshingTools< TDim >::KRATOS_CLASS_POINTER_DEFINITION ( DerivativeRecoveryMeshingTools< TDim >  )

Pointer definition of DerivativeRecoveryMeshingTools.

◆ PrintData()

template<std::size_t TDim>
virtual void Kratos::DerivativeRecoveryMeshingTools< TDim >::PrintData ( std::ostream &  rOStream) const
inlinevirtual

Print object's data.

◆ PrintInfo()

template<std::size_t TDim>
virtual void Kratos::DerivativeRecoveryMeshingTools< TDim >::PrintInfo ( std::ostream &  rOStream) const
inlinevirtual

Print information about this object.


The documentation for this class was generated from the following files: