14 #if !defined(KRATOS_MESH_COARSENING_PROCESS_H_INCLUDED )
15 #define KRATOS_MESH_COARSENING_PROCESS_H_INCLUDED
87 void Execute()
override;
105 std::string
Info()
const override;
108 void PrintInfo(std::ostream& rOStream)
const override;
111 void PrintData(std::ostream& rOStream)
const override;
139 void SelectCoarseMeshNodes();
181 rOStream << std::endl;
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Short class definition.
Definition: mesh_coarsening_process.h:44
MeshCoarseningProcess & operator=(MeshCoarseningProcess const &rOther)=delete
Is not assignable.
KRATOS_CLASS_POINTER_DEFINITION(MeshCoarseningProcess)
Pointer definition of MeshCoarseningProcess.
MeshCoarseningProcess()=delete
Is not default constructable.
KRATOS_DEFINE_LOCAL_FLAG(COARSE_MESH_NODE)
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: mesh_coarsening_process.cpp:46
MeshCoarseningProcess(MeshCoarseningProcess const &rOther)=delete
Is not copyable.
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: mesh_coarsening_process.cpp:42
Remove the selected node from the mesh and collapse the connectivity arround it.
Definition: mesh_node_collapsing_process.h:44
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
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