https://github.com/geodynamics/citcoms
Revision 6957a07da8f55634140d78ed72cfbfd1be833387 authored by Leif Strand on 29 July 2009, 20:16:08 UTC, committed by Leif Strand on 29 July 2009, 20:16:08 UTC
"global_defs.h", I had assumed that VBX, VBY, and VBZ were defined in
the natrual way:

#define VBX 0x2
#define VBY 0x4
#define VBZ 0x8

I.e., "0x1 << doff"... but today I looked at it more closely; Y & Z
are reversed!!!

#define VBX 0x2
#define VBZ 0x4
#define VBY 0x8

With this fix, the CUDA multigrid solver seems to work correctly.

1 parent 6a06281
History
Tip revision: 6957a07da8f55634140d78ed72cfbfd1be833387 authored by Leif Strand on 29 July 2009, 20:16:08 UTC
Fixed the remaining bug in n_assemble_del2_u(). Glancing at
Tip revision: 6957a07
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