xref: /honee/examples/advection.yaml (revision 26d401f341abd2ffa9d6447a9dd4eef440436380)
1problem: advection
2CtauS: .3
3stab: su
4degree: 2
5dm_plex:
6  dim: 3
7  box_faces: 5,5,1
8  box_lower: 0,0,0
9  box_upper: 125,125,250
10
11bc_inflow: 1,2,3,4,5,6
12
13ksp:
14  atol: 1e-4
15  rtol: 1e-3
16  type: bcgs
17
18snes:
19  atol: 1e-3
20  lag_jacobian: 100
21  lag_jacobian_persists:
22  mf_operator:
23
24implicit:
25ts:
26  time_step: 1e-3
27  type: alpha
28  max_steps: 10
29
30dm_mat_preallocate_skip: 0
31
32wind_type: rotation
33