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.
Namespaces | Functions
factor_elements_and_conditions_utility.h File Reference

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"
Include dependency graph for factor_elements_and_conditions_utility.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Methods for sorting elements and conditions into homogeneous containers by their type.