https://github.com/geodynamics/citcoms
Revision 0dc0383ffc9e8482bfbf743f2e7100edd0f9f058 authored by Dan Bower on 17 January 2010, 01:19:24 UTC, committed by Dan Bower on 17 January 2010, 01:19:24 UTC
1 parent 110bd1c
Raw File
Tip revision: 0dc0383ffc9e8482bfbf743f2e7100edd0f9f058 authored by Dan Bower on 17 January 2010, 01:19:24 UTC
Preliminary support for the absolute tracer method. Only tested with one flavor, reading in from a file, and the initial volume of the tracers is HARD-CODED! In addition, the code automaticaly truncates the composition to one, although this should be a switch for the user to specify.
Tip revision: 0dc0383
.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