1problem: advection 2stab: supg 3stab_tau: advdiff_shakib 4degree: 1 5 6wind_type: translation 7wind_translation: -0.7071067811865475,0.7071067811865475 8advection_ic_type: wave 9advection_ic_wave: 10 type: square 11 frequency: 17.771531752633464 # 8 pi / sqrt(2) 12 phase: 0 13diffusion_coeff: 0 14 15ts: 16 time_step: 1e-3 17 type: rk 18 adapt_type: none 19 max_steps: 100 20 # monitor_solution: cgns:advection_wave.cgns 21 # monitor_solution_interval: 5 22dm_mat_preallocate_skip: true 23 24dm_plex: 25 box_lower: 0,0 26 box_upper: 1,1 27 box_faces: 20,20 28 shape: zbox 29 box_bd: periodic,periodic 30