|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
The abstract numbering class. More...
#include <SF_numbering.h>
Public Member Functions | |
| virtual void | operator() (meshdata< T, S > &mesh)=0 |
| Add a numbering to a mesh. More... | |
The abstract numbering class.
| T | Integer type. |
| S | Floating point type. |
Definition at line 48 of file SF_numbering.h.
|
pure virtual |
Add a numbering to a mesh.
| mesh | The mesh. |
Implemented in SF::submesh_numbering< T, S >, and SF::petsc_numbering< T, S >.