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