IterativeLevelSetSolver3.h
Go to the documentation of this file.
virtual void GetDerivatives(ConstArrayAccessor3< 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 3-D collocated vector grid structure.
Definition: CollocatedVectorGrid3.h:19
Abstract base class for 3-D level set solver.
Definition: LevelSetSolver3.h:21
3-D read-only array accessor class.
Definition: ArrayAccessor3.h:269
virtual ~IterativeLevelSetSolver3()
Default destructor.
3-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid3.h:25
IterativeLevelSetSolver3()
Default constructor.
void SetMaxCFL(double newMaxCFL)
Sets the maximum CFL limit.
Abstract base class for 3-D PDE-based iterative level set solver.
Definition: IterativeLevelSetSolver3.h:27
Definition: pybind11Utils.h:24
void Extrapolate(const ScalarGrid3 &input, const ScalarField3 &sdf, double maxDistance, ScalarGrid3 *output) override
Abstract base class for 3-D scalar grid structure.
Definition: ScalarGrid3.h:21
std::shared_ptr< IterativeLevelSetSolver3 > IterativeLevelSetSolver3Ptr
Definition: IterativeLevelSetSolver3.h:133
double GetMaxCFL() const
Returns the maximum CFL limit.
void Reinitialize(const ScalarGrid3 &inputSDF, double maxDistance, ScalarGrid3 *outputSDF) override