https://github.com/geodynamics/citcoms
Revision 4ecc25c49add3305983f64d5c842a083b6760b71 authored by Eh Tan on 30 August 2010, 20:41:40 UTC, committed by Eh Tan on 30 August 2010, 20:41:40 UTC
Cookbook9 can be converted to multigrid solver once appropriate parameters
(*solver.mesher.levels=2 and *solver.vsolver.Solver=multigrid) are added.
However, the embedded solver will converge incorrectly. Setting
esolver.vsolver.accuracy=6e-3 seems to fix the problem.

1 parent bd28b8f
Raw File
Tip revision: 4ecc25c49add3305983f64d5c842a083b6760b71 authored by Eh Tan on 30 August 2010, 20:41:40 UTC
Added support of multigrid solver in Exchanger. Lifted the solver assertion in Coupler.
Tip revision: 4ecc25c
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top