14 #if !defined(KRATOS_TETRAHEDRA_MESH_WORST_ELEMENT_SMOOTHING_PROCESS_H_INCLUDED )
15 #define KRATOS_TETRAHEDRA_MESH_WORST_ELEMENT_SMOOTHING_PROCESS_H_INCLUDED
99 std::string
Info()
const override;
214 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Geometry base class.
Definition: geometry.h:71
This class is a vector which stores global pointers.
Definition: global_pointers_vector.h:61
The base class for local smoothing processes providing a laplacian smoothing.
Definition: mesh_local_smoothing_process.h:48
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: mesh_local_smoothing_process.cpp:84
std::vector< Point > PointsVectorType
Definition: mesh_local_smoothing_process.h:60
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: mesh_local_smoothing_process.cpp:90
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class defines the node.
Definition: node.h:65
Point class.
Definition: point.h:59
Short class definition.
Definition: tetrahedra_mesh_worst_element_smoothing_process.h:46
std::vector< Point > PointsVectorType
Definition: tetrahedra_mesh_worst_element_smoothing_process.h:58
GlobalPointersVector< Node > NeighboursVectorType
Definition: tetrahedra_mesh_worst_element_smoothing_process.h:56
KRATOS_CLASS_POINTER_DEFINITION(TetrahedraMeshWorstElementSmoothingProcess)
Pointer definition of TetrahedraMeshWorstElementSmoothingProcess.
Node NodeType
Definition: tetrahedra_mesh_worst_element_smoothing_process.h:54
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432