https://github.com/geodynamics/citcoms
Revision cd0f4b89245eea771e02ad02d645ae6c94c7c9a8 authored by Thorsten Becker on 18 November 2008, 06:55:46 UTC, committed by Thorsten Becker on 18 November 2008, 06:55:46 UTC
Addded flag to suppress check of incompressibility and pressure convergence. Partially, 
this is because for kinematic BCs pressure will only be constrained up to a constant, partially
because mixed density/plate flow models show very poor convergence, still to be checked. 



1 parent b1d50c6
Raw File
Tip revision: cd0f4b89245eea771e02ad02d645ae6c94c7c9a8 authored by Thorsten Becker on 18 November 2008, 06:55:46 UTC
Patched up Ggrd_handling for velocity grids close to pole.
Tip revision: cd0f4b8
.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