Skip to content

Fix bad access in PetscDTPKDEvalJet()

Toby Isaac requested to merge tisaac/fix-pkd-valgrind into master

It has been passing tests because as long as the misaccessed bits are a PetscReal, the added terms were zero. This slipped through the CI tests because VALGRIND=1 isn't running valgrind on all tests in a test set

Merge request reports