Revision 3c5bee2d1c0ca2ac2fac647024cf020fbdc01088 authored by Eh Tan on 10 October 2007, 20:11:00 UTC, committed by Eh Tan on 10 October 2007, 20:11:00 UTC
A input parameter 'solver.vsolver.remove_rigid_rotation', default to on, indicate whether to remove
the rigid body rotation. For free-slip model, this parameter should be on. For model with imposed plate
velocity, it is advised to turn off this parameter.

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