https://github.com/geodynamics/citcoms
Revision dc9672a15e02a96f8eaca7205d7c1786c3212a62 authored by Eh Tan on 20 March 2009, 23:36:56 UTC, committed by Eh Tan on 20 March 2009, 23:36:56 UTC
A new input parameter solver.vsolver.max_mg_cycles (default to 50) controls the max. number of multigrid cycles when solving the velocity. Without this parameter, when the stiffness matrix is near singular, the the multigrid solver may become an infinite loop.


1 parent 25a7493
Raw File
Tip revision: dc9672a15e02a96f8eaca7205d7c1786c3212a62 authored by Eh Tan on 20 March 2009, 23:36:56 UTC
limiting the number of multigrid cycles in solve_del2_u().
Tip revision: dc9672a
.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