NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
netgenParams Class Reference

Detailed Description

Definition at line 37 of file netgenParams.H.

Public Member Functions

 netgenParams ()=default
 

Public Attributes

bool uselocalh {true}
 
double maxh {1000.0}
 
double fineness {0.5}
 
double grading {0.3}
 
double elementsperedge {2.0}
 
double elementspercurve {2.0}
 
bool closeedgeenable {false}
 
double closeedgefact {2.0}
 
bool second_order {false}
 
std::string meshsize_filename {}
 
bool quad_dominated {false}
 
bool optvolmeshenable {true}
 
int optsteps_2d {3}
 
int optsteps_3d {3}
 
bool invert_tets {false}
 
bool invert_trigs {false}
 
bool check_overlap {true}
 
bool check_overlapping_boundary {true}
 
bool refine_with_geom {false}
 
bool refine_without_geom {false}
 

Inherits meshingParams.

Constructor & Destructor Documentation

◆ netgenParams()

netgenParams::netgenParams ( )
default

Member Data Documentation

◆ check_overlap

bool netgenParams::check_overlap {true}

Definition at line 60 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ check_overlapping_boundary

bool netgenParams::check_overlapping_boundary {true}

Definition at line 61 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ closeedgeenable

bool netgenParams::closeedgeenable {false}

Definition at line 50 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ closeedgefact

double netgenParams::closeedgefact {2.0}

Definition at line 51 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ elementspercurve

double netgenParams::elementspercurve {2.0}

Definition at line 49 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ elementsperedge

double netgenParams::elementsperedge {2.0}

Definition at line 48 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ fineness

double netgenParams::fineness {0.5}

Definition at line 46 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ grading

double netgenParams::grading {0.3}

Definition at line 47 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ invert_tets

bool netgenParams::invert_tets {false}

Definition at line 58 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ invert_trigs

bool netgenParams::invert_trigs {false}

Definition at line 59 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ maxh

double netgenParams::maxh {1000.0}

Definition at line 45 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ meshsize_filename

std::string netgenParams::meshsize_filename {}

Definition at line 53 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ optsteps_2d

int netgenParams::optsteps_2d {3}

Definition at line 56 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ optsteps_3d

int netgenParams::optsteps_3d {3}

Definition at line 57 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ optvolmeshenable

bool netgenParams::optvolmeshenable {true}

Definition at line 55 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ quad_dominated

bool netgenParams::quad_dominated {false}

Definition at line 54 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ refine_with_geom

bool netgenParams::refine_with_geom {false}

Definition at line 62 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ refine_without_geom

bool netgenParams::refine_without_geom {false}

Definition at line 63 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ second_order

bool netgenParams::second_order {false}

Definition at line 52 of file netgenParams.H.

Referenced by netgenGen::set_mp().

◆ uselocalh

bool netgenParams::uselocalh {true}

Definition at line 44 of file netgenParams.H.

Referenced by netgenGen::set_mp().


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