17 #if !defined(KRATOS_FACTOR_ELEMENTS_AND_CONDITIONS_UTILITY_H_INCLUDED)
18 #define KRATOS_FACTOR_ELEMENTS_AND_CONDITIONS_UTILITY_H_INCLUDED
50 std::vector<std::string>& rNames,
51 std::vector<ElementsContainerType>& rFactoredElements);
56 std::vector<std::string>& rNames,
57 std::vector<ConditionsContainerType>& rFactoredConditions);
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::vector< ConditionsContainerType > FactorConditions(ConditionsContainerType const &rConditions)
Definition: factor_elements_and_conditions_utility.cpp:252
ModelPart::ConditionsContainerType ConditionsContainerType
Definition: find_conditions_neighbours_process.h:45
ModelPart::ElementsContainerType ElementsContainerType
Definition: clear_contact_conditions_mesher_process.hpp:43
std::vector< ElementsContainerType > FactorElements(ElementsContainerType const &rElements)
Factor a collection of elements into uniform containers.
Definition: factor_elements_and_conditions_utility.cpp:229