Revision 1602d87940e3114c9deae5bad50080d489381789 authored by Thorsten Becker on 13 October 2007, 19:07:53 UTC, committed by Thorsten Becker on 13 October 2007, 19:07:53 UTC
Added restart=2 option which will not use checkpoints, but tic_method=-1 style temperature input
(formally realized via tic_method=-1, but this should be cleaner)
fixed input diffusivity parameter in full example file.


1 parent 334bd72
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