https://github.com/geodynamics/citcoms
Revision 25a7493514f4d4b222ed1562b3566a057b52e548 authored by Eh Tan on 18 March 2009, 19:39:54 UTC, committed by Eh Tan on 18 March 2009, 19:39:54 UTC
In pyre version, the mesh size is always specified by nodex etc. In C version, the mesh size is specified by nodex if Solver=cgrad, and by mgunitx and levels if Solver=multigrid. 

1 parent 04c4125
Raw File
Tip revision: 25a7493514f4d4b222ed1562b3566a057b52e548 authored by Eh Tan on 18 March 2009, 19:39:54 UTC
Remove mgunitx etc from pyre input. This restores the behavior in v3.0 and earlier version.
Tip revision: 25a7493
.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