conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

`NavierStokes`: Refactor parabolic solver #67

Closed tamiko closed 5 months ago

tamiko commented 5 months ago

This pull request is a quick refactoring of our parabolic solver for Navier Stokes. It now performs an implicit backward Euler step (instead of the previous Crank-Nicolson step) on the velocity and internal energy. The implicit update is then recombined to a Crank-Nicolson step in the TimeIntegrator by performing an extrapolation.