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

Abstract base class for a mesh partitioner. More...

#include <SF_partitioning.h>

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

Public Member Functions

virtual void operator() (const meshdata< T, S > &mesh, vector< T > &part)=0
 

Detailed Description

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

Abstract base class for a mesh partitioner.

For a given mesh, the operator() computes the partitioning vector as described in the ParMetis documentation.

Definition at line 44 of file SF_partitioning.h.

Member Function Documentation

◆ operator()()

template<class T , class S >
virtual void SF::abstract_partitioner< T, S >::operator() ( const meshdata< T, S > &  mesh,
vector< T > &  part 
)
pure virtual

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