Skip to content

use T-t instead of t in AdjointAdvection

Ankang Gao requested to merge gaoak/nektar:fixtimeAdjointAdvection into master

For the Adjoint advection, the time goes inversely from T to 0. So T-t should be used in calling UpdateBase. Also, reseting time to 0 before DoSolve is to make t <= T.

Edited by Ankang Gao

Merge request reports