1 #if !defined(KRATOS_GENERIC_FIND_ELEMENTAL_NEIGHBOURS_PROCESS_H_INCLUDED )
2 #define KRATOS_GENERIC_FIND_ELEMENTAL_NEIGHBOURS_PROCESS_H_INCLUDED
9 #include <unordered_map>
92 void Execute()
override;
97 std::vector<bool> HasNeighboursInFaces(
const Element&) ;
114 std::string
Info()
const override
116 return "FindElementalNeighboursProcess";
122 rOStream <<
"FindElementalNeighboursProcess";
205 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
void ExecuteInitialize() override
Definition: periodic_interface_process.hpp:37
Base class for all Elements.
Definition: element.h:60
Definition: generic_find_elements_neighbours_process.h:58
GlobalPointersVector< Element > ElementPointerVector
Definition: generic_find_elements_neighbours_process.h:70
std::string Info() const override
Turn back information as a string.
Definition: generic_find_elements_neighbours_process.h:114
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: generic_find_elements_neighbours_process.h:126
ModelPart::ElementsContainerType ElementsContainerType
Definition: generic_find_elements_neighbours_process.h:63
ModelPart::NodesContainerType NodesContainerType
Definition: generic_find_elements_neighbours_process.h:62
Geometry< Node > GeometryType
Definition: generic_find_elements_neighbours_process.h:64
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: generic_find_elements_neighbours_process.h:120
GenericFindElementalNeighboursProcess(ModelPart &model_part)
Default constructor.
Definition: generic_find_elements_neighbours_process.h:77
KRATOS_CLASS_POINTER_DEFINITION(GenericFindElementalNeighboursProcess)
Pointer definition of GenericFindElementalNeighboursProcess.
~GenericFindElementalNeighboursProcess() override
Destructor.
Definition: generic_find_elements_neighbours_process.h:83
Geometry base class.
Definition: geometry.h:71
This class is a wrapper for a pointer to a data that is located in a different rank.
Definition: global_pointer.h:44
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.h:72
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
model_part
Definition: face_heat.py:14