bendudson / BOUT

NOTE: BOUT++ now at https://github.com/boutproject/BOUT-dev
GNU Lesser General Public License v3.0
24 stars 34 forks source link

Laplacian inversion not correct for NXPE>1 #19

Closed bendudson closed 14 years ago

bendudson commented 14 years ago

Code runs but produces incorrect result. valgrind reports uninitialised data

Suspect the cause is in the new X communications routines

bendudson commented 14 years ago

Setting low_mem=true seems to work fine, but overlapping calculations doesn't work

bendudson commented 14 years ago

Fixed indexing bugs in invert_laplace. This closed by 81eee0df4a659dc5800f070af7988636fec8a9d4

o Modifications for new mesh missed out a few +1's in the indexing Resulted in uninitialised values being used and valgrind warnings

o Added a tag field to each SPT_data struct, so each inversion has a different tag.