MATIS: setup layout of local matrices when they are created
MatIS: use MATSEQAIJ and not MATAIJWith MATAIJ MatConvert_Basic is used!
MatISRestoreLocalMat: new (currently no-op) paired with MatISGetLocalMat
Merge branch 'maint'* maint: MatISGetLocalMat: add note on reference counting
MatISGetLocalMat: add note on reference countingReported-by: Franck Houssen <franck.houssen@inria.fr>
MatIS: API change for MatGetSubMatrix
MATIS: Added command line option to prune empty local rows
rename MatGetSubMat -> MatCreateSubMat
Merge branch 'maint'Conflicts: src/mat/impls/is/matis.c
MATIS: fix a couple of bugs
MatIS: assemble matrix
Merge branch 'barry/remove-funct'
MatIS: minor fixes
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functionsTime: 2.5 hoursReported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberlan
Add more error checks for use of MatReuse; change MatTranspose() to use MatReuse as used by other functionsTime: 2.5 hoursReported-by: Stefano Zampini <stefano.zampini@gmail.com>, Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
show more ...
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
Merge branch 'stefano_zampini/feature-pcbddc-saddlepoint'Conflicts: src/mat/impls/aij/mpi/mpiaij.c src/mat/impls/is/matis.cModified ex23.c for the API change of the function CheckMat
MatIS: added MatDiagonalScale
MatIS: use MatTransposeGetMat to access MATIS objects inside MATNESTadded testcase to ex23.c
Merge branch 'stefano_zampini/feature-convert-matnest-matis'Conflicts: src/mat/impls/is/matis.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepointThis is needed to deal with some changes in MatNullSpace from commit 9d2471e
Merge branch 'stefano_zampini/matis-getinfo'
MatIS: fix MatISGetMPIXAIJ for the case of 1 process
MatIS: attach local fields to the local matrix when converting from MatNestPCBDDC: use the information to setup the dofs splitting
MatIS: fix API change
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepointI have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepointI have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepointthat prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into masterConflicts: src/docs/website/documentation/changes/dev.html
12345678910>>...16