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 <trigen_droplet_refine.h>
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< double > | DistanceVector |
typedef std::vector< double >::iterator | DistanceIterator |
typedef Bucket< 3, PointType, PointVector, PointPointerType, PointIterator, DistanceIterator > | BucketType |
typedef Tree< KDTreePartition< BucketType > > | KdtreeType |
KRATOS_CLASS_POINTER_DEFINITION (TriGenDropletModeler) | |
Pointer definition of TriGenModeler. More... | |
Short class definition.
Detail class definition.
typedef Bucket<3, PointType, PointVector, PointPointerType, PointIterator, DistanceIterator > Kratos::TriGenDropletModeler::BucketType |
typedef std::vector<double>::iterator Kratos::TriGenDropletModeler::DistanceIterator |
typedef std::vector<double> Kratos::TriGenDropletModeler::DistanceVector |
typedef PointVector::iterator Kratos::TriGenDropletModeler::PointIterator |
typedef Node::Pointer Kratos::TriGenDropletModeler::PointPointerType |
typedef std::vector<PointType::Pointer> Kratos::TriGenDropletModeler::PointVector |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Turn back information as a string.
Kratos::TriGenDropletModeler::KRATOS_CLASS_POINTER_DEFINITION | ( | TriGenDropletModeler | ) |
Pointer definition of TriGenModeler.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.
|
inline |