https://github.com/geodynamics/citcoms
Revision b2a7cb339c1b88610a0e6f3947c37e6151dd9663 authored by Leif Strand on 23 July 2009, 03:50:26 UTC, committed by Leif Strand on 23 July 2009, 03:50:26 UTC
way E->temp[] is used, it is quite difficult (impossible?) to
parallelize.  I even wrote code to generate a "dot" graph of the
expression tree.  Of course, this tree is too big to plot in its
entirety.  With neq == 2187, the tree has 87479 nodes and is 355
levels deep; each level can have anywhere from a handful to several
hundred nodes, with over a thousand nodes in each of the bottommost
layers.

1 parent 02a3b02
History
Tip revision: b2a7cb339c1b88610a0e6f3947c37e6151dd9663 authored by Leif Strand on 23 July 2009, 03:50:26 UTC
This junk is my effort to understand gauss_seidel_2(). Because of the
Tip revision: b2a7cb3
File Mode Size
CitcomS
bin
etc
examples
lib
module
tests
visual
.gitignore -rw-r--r-- 345 bytes
AUTHORS -rw-r--r-- 242 bytes
COPYING -rw-r--r-- 17.6 KB
ChangeLog -rw-r--r-- 454.8 KB
INSTALL -rw-r--r-- 808 bytes
Makefile.am -rw-r--r-- 1.4 KB
NEWS -rw-r--r-- 10.2 KB
README -rw-r--r-- 366 bytes
configure.ac -rw-r--r-- 8.2 KB
setup.py -rw-r--r-- 1.2 KB

README

back to top