Revision 1420d4edaae3753adaa27f9ed4e0a635705ee975 authored by Eh Tan on 21 August 2007, 20:27:36 UTC, committed by Eh Tan on 21 August 2007, 20:27:36 UTC
If solver.vsolver.uzawa == "cg", Wei Leng's implementation is used.
If solver.vsolver.uzawa == "bicg", Eh Tan's implementation is used.

1 parent dee9a51
Raw File
.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