OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
VertexReconstruction.cpp File Reference

Implementation of pseudo-Laplacian vertex stencil construction and head reconstruction. More...

#include "VertexReconstruction.hpp"
#include <vector>
#include <cmath>
#include <algorithm>
Include dependency graph for VertexReconstruction.cpp:

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.
 

Detailed Description

Implementation of pseudo-Laplacian vertex stencil construction and head reconstruction.

See also
VertexReconstruction.hpp