SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
mesh::QuadQualityBounds Struct Reference

Acceptance bounds shared by pairing, cleanup, smoothing and the legacy tri-pair merge. Defaults are the plan's (§5): hard 60°/120°, SJ ≥ 0.866, aspect ≤ 2. More...

#include <meshquadquality.h>

Collaboration diagram for mesh::QuadQualityBounds:

Public Attributes

double minAngleDeg = 60.0
 
double maxAngleDeg = 120.0
 
double minScaledJacobian = 0.866
 
double maxAspect = 2.0
 longest / shortest side (opposite-side means). <= 0 = unbounded.
 

Detailed Description

Acceptance bounds shared by pairing, cleanup, smoothing and the legacy tri-pair merge. Defaults are the plan's (§5): hard 60°/120°, SJ ≥ 0.866, aspect ≤ 2.

Member Data Documentation

◆ maxAngleDeg

double mesh::QuadQualityBounds::maxAngleDeg = 120.0

◆ maxAspect

double mesh::QuadQualityBounds::maxAspect = 2.0

longest / shortest side (opposite-side means). <= 0 = unbounded.

◆ minAngleDeg

double mesh::QuadQualityBounds::minAngleDeg = 60.0

◆ minScaledJacobian

double mesh::QuadQualityBounds::minScaledJacobian = 0.866

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