https://github.com/geodynamics/citcoms
Revision 756b97bf4f288cfb26280b98969394ff1cd03635 authored by Thorsten Becker on 17 April 2009, 03:37:28 UTC, committed by Thorsten Becker on 17 April 2009, 03:37:28 UTC
and 8 but temperature is not limited to [0;1]. This is cumbersome, but
perhaps needed for backward compatibility. 




1 parent 9ea8a44
Raw File
Tip revision: 756b97bf4f288cfb26280b98969394ff1cd03635 authored by Thorsten Becker on 17 April 2009, 03:37:28 UTC
Added viscosity options 9 and 10 for TDPEPV which are identical to 3
Tip revision: 756b97b
.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