https://github.com/geodynamics/citcoms
Revision e0c3652c4e4d89654a489b3af6773ce5820de622 authored by Eh Tan on 01 November 2007, 23:33:30 UTC, committed by Eh Tan on 01 November 2007, 23:33:30 UTC
1 parent 6d90070
Raw File
Tip revision: e0c3652c4e4d89654a489b3af6773ce5820de622 authored by Eh Tan on 01 November 2007, 23:33:30 UTC
Print dv/v=dp/p=1.0 for the 1st Uzawa iteraion
Tip revision: e0c3652
.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