dougshidong / PHiLiP

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

Migrate burgers stability test to FlowSolver #185

Open jbrillon opened 1 year ago

jbrillon commented 1 year ago

Migrate src/testing/burgers_stability.cpp to FlowSolver

jbrillon commented 1 year ago

Related to issue #149

cpethrick commented 1 year ago

The test 1D_BURGERS_ENERGY_CONSERVATION_RRK (burgers_energy_conservation_rrk.<cpp/h>) currently uses flowsolver and would require only minor modification to be equivalent to burgers_stability.cpp.