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 <laplacian_smoothing.hpp>
Public Member Functions | |
Life Cycle | |
LaplacianSmoothing (ModelPart &rModelPart) | |
Default constructor. More... | |
virtual | ~LaplacianSmoothing () |
Destructor. More... | |
Operations | |
void | ApplyMeshSmoothing (ModelPart &rModelPart, std::vector< int > &PreservedElements, const int *pElementsList, const int &NumberOfPoints) |
void | ProjectVariablesToNewPositions (ModelPart &rModelPart) |
void | SetBoundarySmoothing (ModelPart &rModelPart, std::vector< int > &PreservedElements, const int *pElementsList, const int &NumberOfPoints) |
virtual void | SetEchoLevel (int Level) |
int | GetEchoLevel () |
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 ModelPart::PropertiesType | PropertiesType |
typedef ModelPart::MeshType | MeshType |
typedef ModelPart::ElementsContainerType | ElementsContainerType |
typedef ModelPart::NodesContainerType | NodesContainerType |
typedef ModelPart::MeshType::GeometryType::PointsArrayType | PointsArrayType |
KRATOS_CLASS_POINTER_DEFINITION (LaplacianSmoothing) | |
Pointer definition of data transfer. More... | |
Short class definition.
Applies a recollocation of the nodes improving the mesh shape variables are interpolated to the new positions
typedef ModelPart::MeshType::GeometryType::PointsArrayType Kratos::LaplacianSmoothing::PointsArrayType |
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
inline |
|
inline |
|
inlinevirtual |
Turn back information as a string.
Kratos::LaplacianSmoothing::KRATOS_CLASS_POINTER_DEFINITION | ( | LaplacianSmoothing | ) |
Pointer definition of data transfer.
|
inlinevirtual |
Print object's data.
|
inlinevirtual |
Print information about this object.
|
inline |
|
inline |
|
inlinevirtual |
level of echo for the mesh smoothing