https://github.com/geodynamics/citcoms
Revision aed8cda4d0887686e37f7efdf42d2f8d70d9b9e5 authored by Eh Tan on 08 February 2008, 23:50:30 UTC, committed by Eh Tan on 08 February 2008, 23:50:30 UTC
When it is 0 (default), nothing is done.
Otherwise, the convection fields are interpolated onto the location of tracers.

1 parent 5b88643
Raw File
Tip revision: aed8cda4d0887686e37f7efdf42d2f8d70d9b9e5 authored by Eh Tan on 08 February 2008, 23:50:30 UTC
Added new parameter: itracer_interpolate_fields
Tip revision: aed8cda
.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