Revision b5721c162b1b01c9fdbfb544f8d60bf3742dd916 authored by Eric Heien on 02 August 2011, 16:52:33 UTC, committed by Eric Heien on 02 August 2011, 16:52:33 UTC
Added classes for triangular elements, UV coordinates
Simplified shape functions for tracers
Merged regional/full keep_within_bounds functions

1 parent e72de8f
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