IterativeLevelSetSolver3.hpp
Go to the documentation of this file.
~IterativeLevelSetSolver3() override=default
Default virtual destructor.
Abstract base class for 3-D level set solver.
Definition: LevelSetSolver3.hpp:23
IterativeLevelSetSolver3 & operator=(const IterativeLevelSetSolver3 &)=delete
Deleted copy assignment operator.
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
void SetMaxCFL(double newMaxCFL)
Sets the maximum CFL limit.
Abstract base class for 3-D PDE-based iterative level set solver.
Definition: IterativeLevelSetSolver3.hpp:29
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
void Extrapolate(const ScalarGrid3 &input, const ScalarField3 &sdf, double maxDistance, ScalarGrid3 *output) override
N-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid.hpp:31
std::shared_ptr< IterativeLevelSetSolver3 > IterativeLevelSetSolver3Ptr
Definition: IterativeLevelSetSolver3.hpp:136
double GetMaxCFL() const
Returns the maximum CFL limit.
void Reinitialize(const ScalarGrid3 &inputSDF, double maxDistance, ScalarGrid3 *outputSDF) override
virtual void GetDerivatives(ConstArrayView3< double > grid, const Vector3D &gridSpacing, size_t i, size_t j, size_t k, std::array< double, 2 > *dx, std::array< double, 2 > *dy, std::array< double, 2 > *dz) const =0
Computes the derivatives for given grid point.
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22
IterativeLevelSetSolver3()=default
Default constructor.