Loading...
Searching...
No Matches
IterativeLevelSetSolver2.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 PDE-based iterative level set solver.
Definition IterativeLevelSetSolver2.hpp:30
IterativeLevelSetSolver2(IterativeLevelSetSolver2 &&) noexcept=delete
Deleted move constructor.
void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF) override
IterativeLevelSetSolver2(const IterativeLevelSetSolver2 &)=delete
Deleted copy constructor.
double GetMaxCFL() const
Returns the maximum CFL limit.
IterativeLevelSetSolver2()=default
Default constructor.
void SetMaxCFL(double newMaxCfl)
Sets the maximum CFL limit.
void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output) override
virtual void GetDerivatives(ConstArrayView2< double > grid, const Vector2D &gridSpacing, size_t i, size_t j, std::array< double, 2 > *dx, std::array< double, 2 > *dy) const =0
Computes the derivatives for given grid point.
Abstract base class for 2-D level set solver.
Definition LevelSetSolver2.hpp:24
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< IterativeLevelSetSolver2 > IterativeLevelSetSolver2Ptr
Definition IterativeLevelSetSolver2.hpp:135
1.9.8