![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Build/refresh the dry-cell active-set mask (see ActiveSetData.hpp). More...
#include <vector>#include "../data/ActiveSetData.hpp"#include "../data/MeshData.hpp"#include "../data/SurfaceStateData.hpp"#include "../data/SolverOptions2D.hpp"#include "../data/BoundaryData.hpp"#include "../coupling/NodeCoupling.hpp"Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::twoD |
Functions | |
| void | openswmm::twoD::seedInactiveState (const MeshData &mesh, SurfaceStateData &state, const SolverOptions2D &opts) |
| void | openswmm::twoD::rebuildActiveSet (const MeshData &mesh, SurfaceStateData &state, const BoundaryData *boundary, const std::vector< CouplingPoint > *coupling_pts, const SolverOptions2D &opts, ActiveSetData &as, bool live_coupling) |
| bool | openswmm::twoD::activeSetBreached (const MeshData &mesh, const SurfaceStateData &state, const ActiveSetData &as) |
Build/refresh the dry-cell active-set mask (see ActiveSetData.hpp).