https://github.com/geodynamics/citcoms
Revision 30e608101d50504546408f3b078e8ec7104df91e authored by Thorsten Becker on 21 June 2008, 22:28:51 UTC, committed by Thorsten Becker on 21 June 2008, 22:28:51 UTC
during boundary condition assignment. 

Experimental implementation of mixed velocity/free slip boundary
condition based on netcdf grids, in Ggrd_handling. 



1 parent e6aaa4d
Raw File
Tip revision: 30e608101d50504546408f3b078e8ec7104df91e authored by Thorsten Becker on 21 June 2008, 22:28:51 UTC
Assignment of velocity boundary condition only called once at the top multigrid level
Tip revision: 30e6081
.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