Implementation of 2-D cubic semi-Lagrangian advection solver. More...
#include <Core/Solver/Advection/CubicSemiLagrangian2.hpp>
Protected Member Functions | |
| std::function< double(const Vector2D &)> | GetScalarSamplerFunc (const ScalarGrid2 &source) const override |
| Returns spatial interpolation function object for given scalar grid. | |
| std::function< Vector2D(const Vector2D &)> | GetVectorSamplerFunc (const CollocatedVectorGrid2 &source) const override |
| Returns spatial interpolation function object for given collocated vector grid. | |
| std::function< Vector2D(const Vector2D &)> | GetVectorSamplerFunc (const FaceCenteredGrid2 &source) const override |
| Returns spatial interpolation function object for given face-centered vector grid. | |
Detailed Description
Implementation of 2-D cubic semi-Lagrangian advection solver.
This class implements 3rd-order cubic 2-D semi-Lagrangian advection solver.
Member Function Documentation
◆ GetScalarSamplerFunc()
|
overrideprotectedvirtual |
Returns spatial interpolation function object for given scalar grid.
This function overrides the original function with cubic interpolation.
Reimplemented from CubbyFlow::SemiLagrangian2.
◆ GetVectorSamplerFunc() [1/2]
|
overrideprotectedvirtual |
Returns spatial interpolation function object for given collocated vector grid.
This function overrides the original function with cubic interpolation.
Reimplemented from CubbyFlow::SemiLagrangian2.
◆ GetVectorSamplerFunc() [2/2]
|
overrideprotectedvirtual |
Returns spatial interpolation function object for given face-centered vector grid.
This function overrides the original function with cubic interpolation.
Reimplemented from CubbyFlow::SemiLagrangian2.
The documentation for this class was generated from the following file:
- Core/Solver/Advection/CubicSemiLagrangian2.hpp
Public Member Functions inherited from
1.9.8