IterativeLevelSetSolver2.h
Go to the documentation of this file.
2-D read-only array accessor class.
Definition: ArrayAccessor2.h:261
std::shared_ptr< IterativeLevelSetSolver2 > IterativeLevelSetSolver2Ptr
Definition: IterativeLevelSetSolver2.h:133
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 2-D collocated vector grid structure.
Definition: CollocatedVectorGrid2.h:19
IterativeLevelSetSolver2()
Default constructor.
Abstract base class for 2-D PDE-based iterative level set solver.
Definition: IterativeLevelSetSolver2.h:27
double GetMaxCFL() const
Returns the maximum CFL limit.
void SetMaxCFL(double newMaxCfl)
Sets the maximum CFL limit.
2-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid2.h:25
Definition: pybind11Utils.h:24
virtual void GetDerivatives(ConstArrayAccessor2< 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.h:21
virtual ~IterativeLevelSetSolver2()
Default destructor.
Abstract base class for 2-D scalar grid structure.
Definition: ScalarGrid2.h:21