https://github.com/geodynamics/citcoms
Revision 1cf026d970ccab7c572d193991364d1037c6be52 authored by Thorsten Becker on 07 September 2010, 01:40:02 UTC, committed by Thorsten Becker on 07 September 2010, 01:40:02 UTC
Revision 17172, compared to (presumably) 17153 give strange multigrid
convergence behavior. Checking why that is now. 


1 parent 1efa65c
Raw File
Tip revision: 1cf026d970ccab7c572d193991364d1037c6be52 authored by Thorsten Becker on 07 September 2010, 01:40:02 UTC
Checking in current version because of need for debugging.
Tip revision: 1cf026d
.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