Loading...
Searching...
No Matches
FMMLevelSetSolver2.hpp
Go to the documentation of this file.
Abstract base class for N-D collocated vector grid structure.
Definition CollocatedVectorGrid.hpp:23
Two-dimensional fast marching method (FMM) implementation.
Definition FMMLevelSetSolver2.hpp:31
void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output) override
void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF) override
void Extrapolate(const CollocatedVectorGrid2 &input, const ScalarField2 &sdf, double maxDistance, CollocatedVectorGrid2 *output) override
void Extrapolate(const FaceCenteredGrid2 &input, const ScalarField2 &sdf, double maxDistance, FaceCenteredGrid2 *output) override
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
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< FMMLevelSetSolver2 > FMMLevelSetSolver2Ptr
Shared pointer type for the FMMLevelSetSolver2.
Definition FMMLevelSetSolver2.hpp:90
1.9.8