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::CrossField::Options Struct Reference

#include <meshcrossfield.h>

Collaboration diagram for mesh::CrossField::Options:

Public Attributes

double pitch = 0.0
 Grid spacing (map units). Required > 0 (use the region's h).
 
int maxSweeps = 4000
 SOR sweep cap.
 
double tol = 1e-5
 Stop when the max |Δu| over a sweep drops below this.
 
double omega = 1.7
 SOR relaxation.
 
double margin = 2.0
 Cells of padding around bbox on every side.
 

Member Data Documentation

◆ margin

double mesh::CrossField::Options::margin = 2.0

Cells of padding around bbox on every side.

◆ maxSweeps

int mesh::CrossField::Options::maxSweeps = 4000

SOR sweep cap.

◆ omega

double mesh::CrossField::Options::omega = 1.7

SOR relaxation.

◆ pitch

double mesh::CrossField::Options::pitch = 0.0

Grid spacing (map units). Required > 0 (use the region's h).

◆ tol

double mesh::CrossField::Options::tol = 1e-5

Stop when the max |Δu| over a sweep drops below this.


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