openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Namespaces | Functions
SF_numbering.h File Reference

Classes related to mesh node renumbering. More...

#include <cstddef>
#include <mpi.h>
#include "hashmap.hpp"
#include "SF_container.h"
#include "SF_vector.h"
Include dependency graph for SF_numbering.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SF::numbering< T, S >
 The abstract numbering class. More...
 
class  SF::submesh_numbering< T, S >
 Functor class applying a submesh renumbering. More...
 
class  SF::petsc_numbering< T, S >
 Functor class generating a numbering optimized for PETSc. More...
 

Namespaces

 SF
 

Functions

template<class T >
void SF::reindex_cuthill_mckee (const vector< T > &n2n_cnt, const vector< T > &n2n_dsp, const vector< T > &n2n_con, const bool reverse, hashmap::unordered_map< T, T > &old2new)
 

Detailed Description

Classes related to mesh node renumbering.

Author
Aurel Neic
Version
Date
2017-02-14

Definition in file SF_numbering.h.