![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Pseudo-Laplacian vertex reconstruction stencil computation. More...
Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::twoD |
Functions | |
| void | openswmm::twoD::buildVertexStencils (MeshData &mesh) |
| Build pseudo-Laplacian reconstruction stencils for all vertices. | |
| void | openswmm::twoD::reconstructVertexHeads (const MeshData &mesh, SurfaceStateData &state) |
| Reconstruct head values at vertices from cell-centred heads. | |
Pseudo-Laplacian vertex reconstruction stencil computation.
Implements Eq. [19]–[21] from Kumar et al. (2009): builds weighted interpolation stencils at each vertex from surrounding cell centres. Stencils are stored in CSR format in MeshData for efficient evaluation.