Merge remote-tracking branch 'origin/maint'
MatSetOperation: don't fill the viewnative op if the view operation is the same
MatDuplicate: should Set the view operation only if setreported by nightly tests
MatCreateSubMatrix: propagate symmetry information for diagonal blocks
Mat: row null space is equal to column null space for symmetric matricesupdate outputs
Merge branch 'hzhang/mumps-spRHS'
MatNorm: added default implementation for NORM_1 and NORM_INFINITY
MatDuplicate: propagate MatView_XXX to duplicated matrix
Mat: move test for factortype after possible return for zero sized matrices
Log: various fixes and cleanups- Reorganize declarations in petsclog.h- Better -log_exclude, now applies to all registered stages- Minor fixes to implementation of -info_exclude- PCASM: Log appl
Log: various fixes and cleanups- Reorganize declarations in petsclog.h- Better -log_exclude, now applies to all registered stages- Minor fixes to implementation of -info_exclude- PCASM: Log apply-on-blocks KSP solves- Rename PetscLogDestroy() -> PetscLogFinalize() and hide it from the API
show more ...
add MatMatTranspose()
add MatMatTransposeSolve_MUMPS() -- not fully implemented yet.
add support for parallel sparse RHS (in host) for MatMatSolve_MUMPS()Requested-by: Marius Buerkle <mbuerkle@web.de>
Event logging synchronization- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd- Option -log_sync enables barrier synchronization for all events- A few non-collective events are disabled
Event logging synchronization- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd- Option -log_sync enables barrier synchronization for all events- A few non-collective events are disabled (eg. {Vec|Mat}SetValues)
Merge branch 'maint'
Merge branch 'barry/matgetownershipis-fortran/maint' into maint
Add missing fortran interface that handles null objectsCommit-type: featureReported-by: Marius Buerkle <mbuerkle@web.de>
MatSetOperation: stash the original MatView_XXX in the viewnative function pointer
Mat: this call to MatSetOption does not belong to the interface of MatConvertIntroduced in : bd72cc96a88
Merge remote-tracking branch 'origin/jed/const-XType'
Remove "const MatType" and similar (const is already inside the typedef)
Mat: add tolerance argument to MatFindNonZeroRowsOrCols_Basic
MatPtAP: check for same typeif A and P have different types, it should go over the composed functions to check for the availability of a PtAP
Mat: extend basic routine to compute nonzero columns
Mat: minor bug fixes
1...<<31323334353637383940>>...111