openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | List of all members
SF::numbering< T, S > Class Template Referenceabstract

The abstract numbering class. More...

#include <SF_numbering.h>

Inheritance diagram for SF::numbering< T, S >:
Collaboration diagram for SF::numbering< T, S >:

Public Member Functions

virtual void operator() (meshdata< T, S > &mesh)=0
 Add a numbering to a mesh. More...
 

Detailed Description

template<class T, class S>
class SF::numbering< T, S >

The abstract numbering class.

Template Parameters
TInteger type.
SFloating point type.

Definition at line 48 of file SF_numbering.h.

Member Function Documentation

◆ operator()()

template<class T , class S >
virtual void SF::numbering< T, S >::operator() ( meshdata< T, S > &  mesh)
pure virtual

Add a numbering to a mesh.

Parameters
meshThe mesh.

Implemented in SF::petsc_numbering< T, S >, and SF::submesh_numbering< T, S >.


The documentation for this class was generated from the following file: