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.
|
This is the complete list of members for Kratos::ModelPartGraphUtilities, including all inherited members.
ApplyMinimalScalarFixity(ModelPart::NodesContainerType &rNodes, const Variable< double > &rVar, const DenseVector< double > &colors, const IndexType ncolors) | Kratos::ModelPartGraphUtilities | static |
BreadthFirstSearch(const int startVertex, const int color, const DenseVector< IndexType > &rRowIndices, const DenseVector< IndexType > &rColIndices, std::unordered_map< IndexType, int > &rVisited) | Kratos::ModelPartGraphUtilities | protectedstatic |
BreadthFirstSearchWithActiveNodesCheck(const int startVertex, const int color, const DenseVector< IndexType > &rRowIndices, const DenseVector< IndexType > &rColIndices, std::unordered_map< IndexType, int > &rVisited, const std::unordered_map< IndexType, bool > &rActiveNodes) | Kratos::ModelPartGraphUtilities | protectedstatic |
ComputeConnectedComponents(const ModelPart::NodesContainerType &rNodes, const DenseVector< IndexType > &rRowIndices, const DenseVector< IndexType > &rColIndices) | Kratos::ModelPartGraphUtilities | static |
ComputeConnectedComponentsWithActiveNodesCheck(const ModelPart::NodesContainerType &rNodes, const DenseVector< IndexType > &rRowIndices, const DenseVector< IndexType > &rColIndices, const std::vector< bool > &active_nodes_list) | Kratos::ModelPartGraphUtilities | static |
ComputeCSRGraph(const ModelPart &rModelPart) | Kratos::ModelPartGraphUtilities | static |
ComputeGraph(const ModelPart &rModelPart) | Kratos::ModelPartGraphUtilities | static |
IndexType typedef | Kratos::ModelPartGraphUtilities | |
KRATOS_CLASS_POINTER_DEFINITION(ModelPartGraphUtilities) | Kratos::ModelPartGraphUtilities | |
ModelPartGraphUtilities()=delete | Kratos::ModelPartGraphUtilities | |
ModelPartGraphUtilities(ModelPartGraphUtilities const &rOther)=delete | Kratos::ModelPartGraphUtilities | |
operator=(ModelPartGraphUtilities const &rOther)=delete | Kratos::ModelPartGraphUtilities |