UpwindLevelSetSolver2.hpp
Go to the documentation of this file.
Abstract base class for 2-D PDE-based iterative level set solver.
Definition: IterativeLevelSetSolver2.hpp:29
Definition: UpwindLevelSetSolver2.hpp:18
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
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 override
Computes the derivatives for given grid point.
std::shared_ptr< UpwindLevelSetSolver2 > UpwindLevelSetSolver2Ptr
Definition: UpwindLevelSetSolver2.hpp:32