65 mrModelPart(rModelPart)
89 void Execute()
override;
106 std::string
Info()
const override
108 return "FindNeighbourElementsOfConditionsProcess";
114 this->PrintInfo(rOStream);
138 bool CheckIfAllConditionsAreVisited()
const;
140 void CheckIf1DElementIsNeighbour(
hashmap& rFacesMap);
142 static void CheckForMultipleConditionsOnElement(
hashmap& rFacesMap, hashmap::iterator& rItFace,
167 rOStream << std::endl;
Finds list of elements attached to conditions.
Definition: find_neighbour_elements_of_conditions_process.hpp:38
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: find_neighbour_elements_of_conditions_process.hpp:112
std::string Info() const override
Turn back information as a string.
Definition: find_neighbour_elements_of_conditions_process.hpp:106
~FindNeighbourElementsOfConditionsProcess() override=default
void operator()()
This operator is provided to call the process as a function and simply calls the Execute method.
Definition: find_neighbour_elements_of_conditions_process.hpp:78
FindNeighbourElementsOfConditionsProcess(ModelPart &rModelPart)
Constructor for FindNeighbourElementsOfConditionsProcess Process.
Definition: find_neighbour_elements_of_conditions_process.hpp:64
FindNeighbourElementsOfConditionsProcess(const FindNeighbourElementsOfConditionsProcess &)=delete
KRATOS_CLASS_POINTER_DEFINITION(FindNeighbourElementsOfConditionsProcess)
Pointer definition of Process.
FindNeighbourElementsOfConditionsProcess & operator=(const FindNeighbourElementsOfConditionsProcess &)=delete
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
Definition: amatrix_interface.h:41
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class defines the node.
Definition: node.h:65
boost::indirect_iterator< typename TContainerType::iterator > iterator
Definition: pointer_vector.h:89
The base class for all processes in Kratos.
Definition: process.h:49
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: process.h:204
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::unordered_multimap< DenseVector< int >, std::vector< Condition::Pointer >, KeyHasherRange< DenseVector< int > >, KeyComparorRange< DenseVector< int > >> hashmap
Definition: find_neighbour_elements_of_conditions_process.hpp:24
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
This is a key comparer of general pourpose between two classes.
Definition: key_hash.h:100
This is a hasher of general pourpose.
Definition: key_hash.h:138