https://github.com/geodynamics/citcoms
Raw File
Tip revision: f8f8ac9d2debc000a1b14bbe2468aa3a3b16d3bd authored by Rajesh Kommu on 18 April 2014, 22:33:36 UTC
Minor cleanup related to caps_per_proc removal
Tip revision: f8f8ac9
bousinessq.cfg
# Benchmark for Stokes solver in Bousinessq approximation

[CitcomS]
solver = full


[CitcomS.solver]
stokes_flow_only = on
rayleigh = 1


[CitcomS.solver.mesher]
levels = 5


[CitcomS.solver.vsolver]
Solver = multigrid


## This combination of ic and bc makes T=0 everywhere
## except one spherical harmonic load.
[CitcomS.solver.ic]
tic_method = 90
perturbl = 3
perturbm = 2


[CitcomS.solver.bc]
bottbcval = 0


[CitcomS.solver.output]
output_optional = surf, botm, geoid
self_gravitation = on
use_cbf_topo = off

back to top