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.
|
#include <edgebased_levelset_auxiliary_utils.h>
Public Types | |
Type Definitions | |
typedef ModelPart::NodesContainerType | NodesArrayType |
typedef ModelPart::ElementsContainerType | ElementsArrayType |
Public Member Functions | |
Operations | |
void | CalculateDistances (ModelPart &r_model_part, Variable< double > &rDistanceVar, const double max_distance) |
void | CalculateDistances2D (ModelPart &r_model_part, Variable< double > &rDistanceVar, const double max_distance) |
void | CalculateDistances3D (ModelPart &r_model_part, Variable< double > &rDistanceVar, const double max_distance) |
double | FindMaximumEdgeSize (ModelPart &r_model_part) |
Short class definition. Detail class definition.
typedef ModelPart::ElementsContainerType Kratos::EdgebasedLevelsetAuxiliaryUtils< TDim >::ElementsArrayType |
typedef ModelPart::NodesContainerType Kratos::EdgebasedLevelsetAuxiliaryUtils< TDim >::NodesArrayType |
|
inline |
|
inline |
|
inline |
|
inline |