#include "fn_compute_permutation.hpp"#include "fn_create_graph_from_matrix.hpp"#include "fn_Graph_METIS.hpp"#include "assert.hpp"#include "cl_Communicator.hpp"Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::sparse |
Functions | |
| void | belfem::sparse::compute_permutation (const SpMatrix &aMatrix, Graph &aGraph, Cell< int_t > &aForwardPermutation, Cell< int_t > &aBackwardPermutation, Cell< int_t > &aIndexPermutation) |