Define a base class for all the time integration methods used for the advection. More...
Public Member Functions | |
virtual void | operator() (host_t< FieldRTheta< CoordRTheta >> feet, host_t< DConstVectorFieldRTheta< X, Y >> advection_field, double dt) const =0 |
Advect the feet over \( dt \). More... | |
Define a base class for all the time integration methods used for the advection.
|
pure virtual |
Advect the feet over \( dt \).
[in,out] | feet | On input: the mesh points. On output: the characteristic feet. |
[in] | advection_field | The advection field in the physical index range. |
[in] | dt | The time step. |
Implemented in SplineFootFinder< TimeStepper, AdvectionDomain, Mapping >.