dougshidong / PHiLiP

Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
Other
45 stars 36 forks source link

Compute conservation and energy within ODESolverBase. #127

Closed AlexanderCicchino closed 2 years ago

AlexanderCicchino commented 2 years ago

Have ODESolverBase compute and store energy and conservation for unsteady problems for all timesteps.

dougshidong commented 2 years ago

An ODE solver should not require knowledge of "energy" and "conservation". ODESolver should eventually be replaced by some form of:

https://www.dealii.org/developer/doxygen/deal.II/classTimeStepping_1_1TimeStepping.html