Classes | |
| class | DistMatrix |
| class | DistMatrixCSR |
| class | DistMatrixAIJ |
Typedefs | |
| typedef void | PETScAIJ |
| typedef int | StrumpackOptions |
| typedef int | StrumpackReturnCode |
Functions | |
| void | compute_permutation (const SpMatrix &aMatrix, Graph &aGraph, Cell< int_t > &aForwardPermutation, Cell< int_t > &aBackwardPermutation, Cell< int_t > &aIndexPermutation) |
| void | create_graph_from_matrix (const SpMatrix &aMatrix, Graph &aGraph) |
| string | strumpack_message (StrumpackReturnCode aCode) |
| void | set_strumpack_options (const SolverParameters &aParams, StrumpackOptions &aOpts, const index_t aNumRows) |
| typedef void belfem::sparse::PETScAIJ |
| typedef int belfem::sparse::StrumpackOptions |
| typedef int belfem::sparse::StrumpackReturnCode |
| void belfem::sparse::compute_permutation | ( | const SpMatrix & | aMatrix, |
| Graph & | aGraph, | ||
| Cell< int_t > & | aForwardPermutation, | ||
| Cell< int_t > & | aBackwardPermutation, | ||
| Cell< int_t > & | aIndexPermutation ) |
| void belfem::sparse::set_strumpack_options | ( | const SolverParameters & | aParams, |
| StrumpackOptions & | aOpts, | ||
| const index_t | aNumRows ) |
| string belfem::sparse::strumpack_message | ( | StrumpackReturnCode | aCode | ) |