[petsc-dev] [PATCH] set block size for jacobian difference matrix

Robert Femmer robert.femmer at avt.rwth-aachen.de
Mon Jan 5 06:31:28 CST 2015


When testing jacobian diffs via -snes_type test, block size is not 
explicitly set
during setup of the difference matrix B. This can cause problems when the
block size is explicitly set in the origin jacobian and is not derivable 
from local
matrix sizes, for instance on a single core. The patch sets block size 
explicitly.
The patch is trivial, and unfortunately includes the explicit naming of the
python version in the configure script. This ensures portability to 
linux distros
where the default python version is >=3.0 (e.g., arch linux).

Best Regards,
Robert Femmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-set-block-size-for-jacobian-difference-matrix.patch
Type: text/x-patch
Size: 1752 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20150105/e82287bd/attachment.bin>


More information about the petsc-dev mailing list