![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <meshcrossfield.h>
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. | |
| double mesh::CrossField::Options::margin = 2.0 |
Cells of padding around bbox on every side.
| int mesh::CrossField::Options::maxSweeps = 4000 |
SOR sweep cap.
| double mesh::CrossField::Options::omega = 1.7 |
SOR relaxation.
| double mesh::CrossField::Options::pitch = 0.0 |
Grid spacing (map units). Required > 0 (use the region's h).