https://github.com/geodynamics/citcoms
Revision a0153f345c99cc3fb729929e5198283b2bcab297 authored by Thorsten Becker on 22 February 2011, 04:13:21 UTC, committed by Thorsten Becker on 22 February 2011, 04:13:21 UTC
enforce an iterative solution to the velocity fields even if linear
rheologies were chosen. This is useful for debugging/robustness tests.


1 parent 966fcd8
Raw File
Tip revision: a0153f345c99cc3fb729929e5198283b2bcab297 authored by Thorsten Becker on 22 February 2011, 04:13:21 UTC
Added a flag force_iteration which if on (off by default), will
Tip revision: a0153f3
.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