https://github.com/geodynamics/citcoms
Raw File
Tip revision: 60c9538a11a48ae533f752115f5456df3c302303 authored by Eh Tan on 16 January 2012, 21:25:08 UTC
Merged r18932, r19073, and r19192 from trunk to v3.1 branch
Tip revision: 60c9538
tala.cfg
# Benchmark for Stokes solver in Truncated Anelastic Liquid approximation

[CitcomS]
solver = full


[CitcomS.solver]
stokes_flow_only = on
rayleigh = 1
dissipation_number = 0.5
gruneisen = 1


[CitcomS.solver.mesher]
levels = 5


[CitcomS.solver.vsolver]
Solver = multigrid
uzawa = bicg
#uzawa = cg


## 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