xref: /libCEED/examples/fluids/advection.yaml (revision b13efd58b277efef1db70d6f06eaaf4d415a7642)
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
13units_kilogram: 1e-9
14rc: 100.
15ksp:
16  atol: 1e-4
17  rtol: 1e-3
18  type: bcgs
19
20snes:
21  atol: 1e-3
22  lag_jacobian: 100
23  lag_jacobian_persists:
24  mf_operator:
25
26implicit:
27ts:
28  dt: 1e-3
29  type: alpha
30  max_steps: 10
31
32dm_mat_preallocate_skip: 0
33
34wind_type: rotation
35