CEPS  24.01
Cardiac ElectroPhysiology Simulator
PartitioningMethod.hpp File Reference

Go to the source code of this file.

Enumerations

enum class  PartitioningMethod { PTScotchNode , PTScotchElem }
 Enum only meant to hold the method typedef. More...
 

Detailed Description

Enum to select partitioning method

Definition in file PartitioningMethod.hpp.

Enumeration Type Documentation

◆ PartitioningMethod

enum PartitioningMethod
strong

Enum only meant to hold the method typedef.

Enumerator
PTScotchNode 

GeomNode SCOTCH partitioning using primal graph.

PTScotchElem 

GeomNode SCOTCH partitioning with dual graph.

Definition at line 36 of file PartitioningMethod.hpp.