CubicSemiLagrangian2.hpp
Go to the documentation of this file.
std::function< double(const Vector2D &)> GetScalarSamplerFunc(const ScalarGrid2 &source) const override
Returns spatial interpolation function object for given scalar grid.
Implementation of 2-D semi-Lagrangian advection solver.
Definition: SemiLagrangian2.hpp:29
std::shared_ptr< CubicSemiLagrangian2 > CubicSemiLagrangian2Ptr
Definition: CubicSemiLagrangian2.hpp:54
Abstract base class for N-D scalar grid structure.
Definition: ScalarGrid.hpp:24
Definition: pybind11Utils.hpp:20
N-D face-centered (a.k.a MAC or staggered) grid.
Definition: FaceCenteredGrid.hpp:31
Implementation of 2-D cubic semi-Lagrangian advection solver.
Definition: CubicSemiLagrangian2.hpp:23
Abstract base class for N-D collocated vector grid structure.
Definition: CollocatedVectorGrid.hpp:22
std::function< Vector2D(const Vector2D &)> GetVectorSamplerFunc(const CollocatedVectorGrid2 &source) const override
Returns spatial interpolation function object for given collocated vector grid.