![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Structure-of-Arrays (SoA) storage for 2D triangular mesh geometry. More...
#include <vector>#include <string>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | openswmm::twoD::MeshData |
| SoA storage for 2D triangular mesh geometry and topology. More... | |
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::twoD |
Structure-of-Arrays (SoA) storage for 2D triangular mesh geometry.
Stores vertex coordinates, triangle connectivity, edge geometry, neighbour adjacency, vertex reconstruction stencils, and coupling maps to SWMM nodes. Follows the same data-oriented SoA pattern used throughout the engine (NodeData, LinkData, etc.).