Loading...
Searching...
No Matches
IterativeLevelSetSolver3.hpp
Go to the documentation of this file.
Abstract base class for N-D collocated vector grid structure.
Definition CollocatedVectorGrid.hpp:23
N-D face-centered (a.k.a MAC or staggered) grid.
Definition FaceCenteredGrid.hpp:32
Abstract base class for 3-D PDE-based iterative level set solver.
Definition IterativeLevelSetSolver3.hpp:30
IterativeLevelSetSolver3()=default
Default constructor.
double GetMaxCFL() const
Returns the maximum CFL limit.
IterativeLevelSetSolver3(IterativeLevelSetSolver3 &&) noexcept=delete
Deleted move constructor.
void Extrapolate(const ScalarGrid3 &input, const ScalarField3 &sdf, double maxDistance, ScalarGrid3 *output) 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.
IterativeLevelSetSolver3(const IterativeLevelSetSolver3 &)=delete
Deleted copy constructor.
void Reinitialize(const ScalarGrid3 &inputSDF, double maxDistance, ScalarGrid3 *outputSDF) override
void SetMaxCFL(double newMaxCFL)
Sets the maximum CFL limit.
Abstract base class for 3-D level set solver.
Definition LevelSetSolver3.hpp:24
Definition Matrix.hpp:30
Definition pybind11Utils.hpp:21
std::shared_ptr< IterativeLevelSetSolver3 > IterativeLevelSetSolver3Ptr
Definition IterativeLevelSetSolver3.hpp:136
1.9.8