https://github.com/geodynamics/citcoms
Revision e20fdfc683815d583ce6618c79721450d4b60f03 authored by Thorsten Becker on 04 December 2009, 17:44:24 UTC, committed by Thorsten Becker on 04 December 2009, 17:44:24 UTC
review by Eh

Improved handling of grd-read velocity and traction boundary conditions. 


1 parent 45144ae
Raw File
Tip revision: e20fdfc683815d583ce6618c79721450d4b60f03 authored by Thorsten Becker on 04 December 2009, 17:44:24 UTC
Suggested unified treatment of horizontal_bc (moved to BC_util) for
Tip revision: e20fdfc
.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