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::TriGenDropletModeler Class Reference

Short class definition. More...

#include <trigen_droplet_refine.h>

Collaboration diagram for Kratos::TriGenDropletModeler:

Public Member Functions

Life Cycle
 TriGenDropletModeler ()
 Default constructor. More...
 
virtual ~TriGenDropletModeler ()
 Destructor. More...
 
Operations
void ReGenerateMeshDroplet (ModelPart &ThisModelPart, Element const &rReferenceElement, Condition const &rReferenceBoundaryCondition, EntitiesEraseProcess< Node > &node_erase, bool rem_nodes=true, bool add_nodes=true, double my_alpha=1.4, double h_factor=0.5)
 
Input and output
virtual std::string Info () const
 Turn back information as a string. 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 Node PointType
 
typedef Node::Pointer PointPointerType
 
typedef std::vector< PointType::Pointer > PointVector
 
typedef PointVector::iterator PointIterator
 
typedef std::vector< doubleDistanceVector
 
typedef std::vector< double >::iterator DistanceIterator
 
typedef Bucket< 3, PointType, PointVector, PointPointerType, PointIterator, DistanceIteratorBucketType
 
typedef Tree< KDTreePartition< BucketType > > KdtreeType
 
 KRATOS_CLASS_POINTER_DEFINITION (TriGenDropletModeler)
 Pointer definition of TriGenModeler. More...
 

Detailed Description

Short class definition.

Detail class definition.

Member Typedef Documentation

◆ BucketType

◆ DistanceIterator

◆ DistanceVector

◆ KdtreeType

◆ PointIterator

typedef PointVector::iterator Kratos::TriGenDropletModeler::PointIterator

◆ PointPointerType

◆ PointType

◆ PointVector

typedef std::vector<PointType::Pointer> Kratos::TriGenDropletModeler::PointVector

Constructor & Destructor Documentation

◆ TriGenDropletModeler()

Kratos::TriGenDropletModeler::TriGenDropletModeler ( )
inline

Default constructor.

◆ ~TriGenDropletModeler()

virtual Kratos::TriGenDropletModeler::~TriGenDropletModeler ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ Info()

virtual std::string Kratos::TriGenDropletModeler::Info ( ) const
inlinevirtual

Turn back information as a string.

◆ KRATOS_CLASS_POINTER_DEFINITION()

Kratos::TriGenDropletModeler::KRATOS_CLASS_POINTER_DEFINITION ( TriGenDropletModeler  )

Pointer definition of TriGenModeler.

◆ PrintData()

virtual void Kratos::TriGenDropletModeler::PrintData ( std::ostream &  rOStream) const
inlinevirtual

Print object's data.

◆ PrintInfo()

virtual void Kratos::TriGenDropletModeler::PrintInfo ( std::ostream &  rOStream) const
inlinevirtual

Print information about this object.

◆ ReGenerateMeshDroplet()

void Kratos::TriGenDropletModeler::ReGenerateMeshDroplet ( ModelPart ThisModelPart,
Element const &  rReferenceElement,
Condition const &  rReferenceBoundaryCondition,
EntitiesEraseProcess< Node > &  node_erase,
bool  rem_nodes = true,
bool  add_nodes = true,
double  my_alpha = 1.4,
double  h_factor = 0.5 
)
inline

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