Loading...
Searching...
No Matches
LevelSetSolver2.hpp
Go to the documentation of this file.
Abstract base class for N-D collocated vector grid structure.
Definition CollocatedVectorGrid.hpp:23
N-D face-centered (a.k.a MAC or staggered) grid.
Definition FaceCenteredGrid.hpp:32
Abstract base class for 2-D level set solver.
Definition LevelSetSolver2.hpp:24
LevelSetSolver2(const LevelSetSolver2 &)=delete
Deleted copy constructor.
LevelSetSolver2(LevelSetSolver2 &&) noexcept=delete
Deleted move constructor.
virtual void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output)=0
virtual void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF)=0
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< LevelSetSolver2 > LevelSetSolver2Ptr
Shared pointer type for the LevelSetSolver2.
Definition LevelSetSolver2.hpp:93
1.9.8