IterativeLevelSetSolver2.hpp
Go to the documentation of this file.
IterativeLevelSetSolver2 & operator=(const IterativeLevelSetSolver2 &)=delete
Deleted copy assignment operator.
std::shared_ptr< IterativeLevelSetSolver2 > IterativeLevelSetSolver2Ptr
Definition: IterativeLevelSetSolver2.hpp:135
void Extrapolate(const ScalarGrid2 &input, const ScalarField2 &sdf, double maxDistance, ScalarGrid2 *output) override
void Reinitialize(const ScalarGrid2 &inputSDF, double maxDistance, ScalarGrid2 *outputSDF) override
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
Abstract base class for 2-D PDE-based iterative level set solver.
Definition: IterativeLevelSetSolver2.hpp:29
double GetMaxCFL() const
Returns the maximum CFL limit.
void SetMaxCFL(double newMaxCfl)
Sets the maximum CFL limit.
IterativeLevelSetSolver2()=default
Default constructor.
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
N-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid.hpp:31
Abstract base class for 2-D level set solver.
Definition: LevelSetSolver2.hpp:23
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.
~IterativeLevelSetSolver2() override=default
Default virtual destructor.
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22