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.
Kratos::DeflationUtils Member List

This is the complete list of members for Kratos::DeflationUtils, including all inherited members.

ApplyW(const std::vector< int > &w, const SparseVectorType &x, SparseVectorType &y)Kratos::DeflationUtilsinlinestatic
ApplyWtranspose(const std::vector< int > &w, const SparseVectorType &x, SparseVectorType &y)Kratos::DeflationUtilsinlinestatic
ConstructW(const std::size_t max_reduced_size, SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &deflatedA)Kratos::DeflationUtilsinlinestatic
ConstructW(const int max_reduced_size, SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &deflatedA, const std::size_t block_size)Kratos::DeflationUtilsinlinestatic
FillDeflatedMatrix(const SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &Ah)Kratos::DeflationUtilsinlinestatic
SparseMatrixType typedefKratos::DeflationUtils
SparseVectorType typedefKratos::DeflationUtils
VisualizeAggregates(ModelPart::NodesContainerType &rNodes, Variable< double > &rVariable, const int max_reduced_size)Kratos::DeflationUtilsinline