17#ifndef OPENSWMM_ENGINE_2D_VERTEX_RECONSTRUCTION_HPP
18#define OPENSWMM_ENGINE_2D_VERTEX_RECONSTRUCTION_HPP
20#include "../data/MeshData.hpp"
21#include "../data/SurfaceStateData.hpp"
Definition NodeCoupling.cpp:15
void buildVertexStencils(MeshData &mesh)
Build pseudo-Laplacian reconstruction stencils for all vertices.
Definition VertexReconstruction.cpp:18
void reconstructVertexHeads(const MeshData &mesh, SurfaceStateData &state)
Reconstruct head values at vertices from cell-centred heads.
Definition VertexReconstruction.cpp:140