KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Methods for sorting elements and conditions into homogeneous containers by their type. More...
#include <vector>
#include <string>
#include "includes/element.h"
#include "includes/condition.h"
#include "includes/indexed_object.h"
#include "containers/pointer_vector_set.h"
Go to the source code of this file.
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Functions | |
std::vector< ElementsContainerType > | Kratos::FactorElements (ElementsContainerType const &rElements) |
Factor a collection of elements into uniform containers. More... | |
void | Kratos::FactorElements (ElementsContainerType const &rElements, std::vector< std::string > &rNames, std::vector< ElementsContainerType > &rFactoredElements) |
std::vector< ConditionsContainerType > | Kratos::FactorConditions (ConditionsContainerType const &rConditions) |
void | Kratos::FactorConditions (ConditionsContainerType const &rConditions, std::vector< std::string > &rNames, std::vector< ConditionsContainerType > &rFactoredConditions) |
Methods for sorting elements and conditions into homogeneous containers by their type.