13 #if !defined(KRATOS_ENTITY_ERASE_PROCESS_INCLUDED )
14 #define KRATOS_ENTITY_ERASE_PROCESS_INCLUDED
67 template<
class TEntity>
89 const Flags Options = EntitiesEraseProcessFlags::REMOVE_FROM_ALL_LEVELS.AsFalse() | EntitiesEraseProcessFlags::ERASE_ALL_ENTITIES.AsFalse()
125 const Parameters GetDefaultParameters()
const override;
142 std::string
Info()
const override
144 return "EntitiesEraseProcess";
150 rOStream <<
"EntitiesEraseProcess";
258 template<
class TEntity>
263 template<
class TEntity>
268 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: entity_erase_process.h:49
KRATOS_DEFINE_LOCAL_FLAG(ERASE_ALL_ENTITIES)
If the entities will be removed from all levels.
KRATOS_DEFINE_LOCAL_FLAG(REMOVE_FROM_ALL_LEVELS)
This process removes the entities from a model part with the flag TO_ERASE.
Definition: entity_erase_process.h:70
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: entity_erase_process.h:148
~EntitiesEraseProcess() override
Destructor.
Definition: entity_erase_process.h:103
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: entity_erase_process.h:154
void operator()()
Definition: entity_erase_process.h:111
std::string Info() const override
Turn back information as a string.
Definition: entity_erase_process.h:142
KRATOS_CLASS_POINTER_DEFINITION(EntitiesEraseProcess)
Pointer definition of EntitiesEraseProcess.
void Execute() override
Execute method is used to execute the Process algorithms.
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The base class for all processes in Kratos.
Definition: process.h:49
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