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::DeflationUtils, including all inherited members.
ApplyW(const std::vector< int > &w, const SparseVectorType &x, SparseVectorType &y) | Kratos::DeflationUtils | inlinestatic |
ApplyWtranspose(const std::vector< int > &w, const SparseVectorType &x, SparseVectorType &y) | Kratos::DeflationUtils | inlinestatic |
ConstructW(const std::size_t max_reduced_size, SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &deflatedA) | Kratos::DeflationUtils | inlinestatic |
ConstructW(const int max_reduced_size, SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &deflatedA, const std::size_t block_size) | Kratos::DeflationUtils | inlinestatic |
FillDeflatedMatrix(const SparseMatrixType &rA, std::vector< int > &w, SparseMatrixType &Ah) | Kratos::DeflationUtils | inlinestatic |
SparseMatrixType typedef | Kratos::DeflationUtils | |
SparseVectorType typedef | Kratos::DeflationUtils | |
VisualizeAggregates(ModelPart::NodesContainerType &rNodes, Variable< double > &rVariable, const int max_reduced_size) | Kratos::DeflationUtils | inline |