You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* boundary conditions for MHD
* applied requested changes
* used a Macro instead of pow(..., 2)
* Added speeds from Bouchut, Klingenberg and Waagan (2012)
* proper handling of misdefined preprocessor symbols
* clear distinction between a analytic soloution and the initial and boundary values, which is needed for a new example
* Made some structural changes for the computation of the surface terms
* changed the USE_VR_* to USE_HLL_SPEED_*, #ifndef USE_PERIODIC to #ifdef USE_BOUNDARY_FLUX_HLL, max() to fmax and added 'const' in front of constant values, as Ranocha recommended.
* incooperated Ranochas comment on the preprocessor symbols and removed a compiler warning
* A new testcase: A dipole which stays next to the domain and oscillations of the magentic field on the opposite domain border.
* boundary conditions for MHD
* proper handling of misdefined preprocessor symbols
* clear distinction between a analytic soloution and the initial and boundary values, which is needed for a new example
* A new testcase: A dipole which stays next to the domain and oscillations of the magentic field on the opposite domain border.
* rebase on master
* ideal_MHD_Dipole.m
0 commit comments