DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::PartitionOptions Struct Reference

#include <Mesh.hpp>

Collaboration diagram for DNDS::Geom::PartitionOptions:
[legend]

Public Member Functions

 DNDS_DECLARE_CONFIG (PartitionOptions)
 

Public Attributes

std::string metisType = "KWAY"
 
int metisUfactor = 20
 
int metisSeed = 0
 
int edgeWeightMethod = 0
 
int metisNcuts = 3
 

Detailed Description

Definition at line 825 of file Mesh.hpp.

Member Function Documentation

◆ DNDS_DECLARE_CONFIG()

DNDS::Geom::PartitionOptions::DNDS_DECLARE_CONFIG ( PartitionOptions  )
inline

Definition at line 833 of file Mesh.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ edgeWeightMethod

int DNDS::Geom::PartitionOptions::edgeWeightMethod = 0

Definition at line 830 of file Mesh.hpp.

◆ metisNcuts

int DNDS::Geom::PartitionOptions::metisNcuts = 3

Definition at line 831 of file Mesh.hpp.

◆ metisSeed

int DNDS::Geom::PartitionOptions::metisSeed = 0

Definition at line 829 of file Mesh.hpp.

◆ metisType

std::string DNDS::Geom::PartitionOptions::metisType = "KWAY"

Definition at line 827 of file Mesh.hpp.

◆ metisUfactor

int DNDS::Geom::PartitionOptions::metisUfactor = 20

Definition at line 828 of file Mesh.hpp.


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