squelch -Wmaybe-uninitialized with gcc-6.2.1
MatIS: fix for missing local getinfo
MatIS: fix bug for uniprocessors MATIS matrices
MatIS: added conversion routine from MatNest to MATISthe conversion is valid when the nested blocks are of type MATIS
MatIS: reduce numbr of local assemblies if MAT_GLOBAL_MAX is requestedRemove memory dump from the outputs as it depends on the configuration (from nighlty tests)
MatIS: added MatGetInfo
MatIS: fix column map when dr == 0
MatIS: added conversion routine from MPIAIJ to MATISthe conversions is very simple, it just compress the columns and merge diagonal and offdiagonal blockreuse case to be done
MatIS: added MatIsStructurallySymetric_IS
MatIS: Added check for same local matrix types
MATIS: fix compiling error from nightly builds
MATIS: set block size if it is greater than zero
MATIS: added MatTranspose_IS
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepointConflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepointConflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcfetidp.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c src/mat/impls/is/matis.h
show more ...
MATIS: added support for MatZeroRowsColumns
MATIS: added support for MatShift and MatDiagonalSet
MATIS: optimized MatISSetMPIXAIJPreallocation_Private for matrices implementing MatGetRowIJ
MATIS: fix missing cast from nightly builds
MATIS: MatGetLocalSubMatrix is intended to take a reference on a submatrix of the whole matrixAdded MatAXPY_IS. Fix man page
MATIS: fix for optmized builds
MatIS: Fix for complex
MATIS: added MatGetSubMatrixNeeded an SF for the column reduction, added to Mat_IS dataAdded test to ex23.c
MATIS: fix MatMissingDiagonal
MATIS: bugfix from nightlylogs
MATIS: add MatGetLocalSubMatrix implementation for MATIS.added test in ex23.c
12345678910>>...16