https://github.com/geodynamics/citcoms
Revision d98cafb8bf073d7c97b448de36719f91784036f3 authored by Eh Tan on 20 June 2008, 22:41:57 UTC, committed by Eh Tan on 20 June 2008, 22:41:57 UTC
1 parent 2e17e1d
Raw File
Tip revision: d98cafb8bf073d7c97b448de36719f91784036f3 authored by Eh Tan on 20 June 2008, 22:41:57 UTC
Compute E->L and E->Lx 1d shape functions (1d is a misnomer, they are 2d actually).
Tip revision: d98cafb
.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