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