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
Mayavi2
OpenDXMacro
samples
Makefile.am -rw-r--r-- 4.4 KB
autocombine.py -rwxr-xr-x 3.9 KB
batchcombine.py -rwxr-xr-x 4.7 KB
batchsurf.py -rwxr-xr-x 3.1 KB
citcoms_datadir -rwxr-xr-x 421 bytes
combine.py -rwxr-xr-x 4.4 KB
combinesurf.py -rwxr-xr-x 4.6 KB
dxgeneral.py -rwxr-xr-x 3.6 KB
dxgeneralsurf.sh -rwxr-xr-x 1.8 KB
estimate_size.py -rwxr-xr-x 8.8 KB
getcoord.sh -rwxr-xr-x 1.7 KB
getlog.sh -rwxr-xr-x 1.3 KB
getsurf.sh -rwxr-xr-x 1.8 KB
h5tocap.c -rw-r--r-- 5.8 KB
h5tocap.py -rwxr-xr-x 3.6 KB
h5tovelo.c -rw-r--r-- 5.2 KB
h5util.c -rw-r--r-- 7.9 KB
h5util.h -rw-r--r-- 1.4 KB
mayavi2_citcoms_display.py -rwxr-xr-x 4.1 KB
miff2avi -rwxr-xr-x 2.4 KB
miff2mpg -rwxr-xr-x 2.3 KB
parser.py -rwxr-xr-x 8.1 KB
pasteCitcomData.py -rwxr-xr-x 4.0 KB
plot_annulus.py -rwxr-xr-x 7.4 KB
plot_layer.py -rwxr-xr-x 4.8 KB
project_geoid.c -rw-r--r-- 8.6 KB
visFull.cfg -rw-r--r-- 4.4 KB
visFull.net.in -rw-r--r-- 37.4 KB
visRegional.cfg -rw-r--r-- 4.2 KB
visRegional.net.in -rw-r--r-- 33.9 KB
visRegionalSurface.cfg -rw-r--r-- 8.0 KB
visRegionalSurface.net.in -rw-r--r-- 90.9 KB
zslice.py -rwxr-xr-x 3.8 KB

back to top