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
meshedgebc.h File Reference
#include "mesh/meshbctype.h"
#include <QString>
Include dependency graph for meshedgebc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mesh::MeshEdgeBC
 

Namespaces

namespace  mesh
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

Slice §V.VA — per-edge boundary condition value, stored on the SWMM2DMeshLayer in a SoA QVector indexed flat: mesh::edgeSlot(cell, edgeLocal) (stride mesh::kEdgeStride = 4; slot 3 of a triangle is padding). Mirrors openswmm::twoD::BoundaryData on the engine side. Interior-edge slots are populated with Wall defaults but never consulted by the engine (interior edges have a neighbour).