Closed CFD-Xing closed 5 months ago
This PR implements Runge-Kutta schemes from order 1 to 4.
The default time-stepping approach is set to AB3.
All schemes (AB1 to AB4 and RK1 to RK4) have been validated for the Dahlquist equation.
For the TGV case, this PR has been tested with RK3 with the following result
TODO:
@CFD-Xing can you do a rebase please? It'll help for reviewing the RK related stuff.
This PR implements Runge-Kutta schemes from order 1 to 4.
The default time-stepping approach is set to AB3.
All schemes (AB1 to AB4 and RK1 to RK4) have been validated for the Dahlquist equation.
For the TGV case, this PR has been tested with RK3 with the following result
TODO: