Implementation of 3-D cubic semi-Lagrangian advection solver. More...
#include <Core/Solver/Advection/CubicSemiLagrangian3.hpp>
Protected Member Functions | |
| std::function< double(const Vector3D &)> | GetScalarSamplerFunc (const ScalarGrid3 &source) const override |
| Returns spatial interpolation function object for given scalar grid. | |
| std::function< Vector3D(const Vector3D &)> | GetVectorSamplerFunc (const CollocatedVectorGrid3 &source) const override |
| Returns spatial interpolation function object for given collocated vector grid. | |
| std::function< Vector3D(const Vector3D &)> | GetVectorSamplerFunc (const FaceCenteredGrid3 &source) const override |
| Returns spatial interpolation function object for given face-centered vector grid. | |
Detailed Description
Implementation of 3-D cubic semi-Lagrangian advection solver.
This class implements 3rd-order cubic 3-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::SemiLagrangian3.
◆ 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::SemiLagrangian3.
◆ 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::SemiLagrangian3.
The documentation for this class was generated from the following file:
- Core/Solver/Advection/CubicSemiLagrangian3.hpp
Public Member Functions inherited from
1.9.8