1problem: advection 2stab: supg 3stab_tau: advdiff_shakib 4degree: 1 5 6wind_type: boundary_layer 7advection_ic_type: boundary_layer 8diffusion_coeff: 5e-4 9 10implicit: 11ts: 12 time_step: 1e-2 13 type: alpha 14 alpha_radius: 1 15 adapt_type: none 16 max_steps: 200 17 # monitor_solution: cgns:advection_wave.cgns 18 # monitor_solution_interval: 1 19snes: 20 mf_operator: 21 lag_jacobian: 100 22 lag_jacobian_persists: true 23dm_mat_preallocate_skip: false 24 25dm_plex: 26 dim: 2 27 box_lower: 0,0 28 box_upper: 1,0.5 29 box_faces: 20,20 30 shape: box 31 box_bd: none,none 32bc_wall: 1,2,3,4 33wall_comps: 0,1,2,3,4 34