| #
4222ddf1
|
| 13-Jan-2020 |
Hong Zhang <hzhang@mcs.anl.gov> |
This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C - See matproduct.c for detailed description of new API - removed API function XXXSymbolic() and XXXNumeric()
This branch reorganizes the API of mat-mat operations: A*B, At*B, A*Bt, PtAP, RARt, A*B*C - See matproduct.c for detailed description of new API - removed API function XXXSymbolic() and XXXNumeric() - removed subroutines MatMatMult_xxx, MatPtAP_xxx, ... - modified MatxxxSymbolic_XXX() prototype (product is an input now) - selection of algorithm is in MatProductSetFromOptions_xxx()
show more ...
|
| #
1894a065
|
| 20-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/add-missing-matops' into 'master'
Add few missing operations for MATNEST and MATCONSTANTDIAGONAL
See merge request petsc/petsc!2422
|
| #
381b8e50
|
| 02-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: implement MatMissingDiagonal for square matrices
First missing entry not implemented as it is not as trivial as it seems
|
| #
14931f3e
|
| 19-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
c0564ec5
|
| 18-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/wip-for-maint' into 'maint'
Small bugfixes
See merge request petsc/petsc!2406
|
| #
060bfc19
|
| 18-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatAXPY_Nest: fix for null block
|
| #
aea6d515
|
| 18-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: fix MatNestCreateAggregateL2G_Private when the individual l2gmaps have negative indices
|
| #
0fb3d36f
|
| 17-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
232966b6
|
| 17-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matnest-fieldsplit-maint' into 'maint'
Fix matnest and fieldsplit
See merge request petsc/petsc!2364
|
| #
320466b0
|
| 15-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: use ISEqualUnsorted to compare ISs
|
| #
fa9f0909
|
| 09-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: do not waste memory on the dummy matrix returned
|
| #
06a1af2f
|
| 09-Dec-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: improve support for changing nonzerostate
setters for submatrices should increase the object state fix possible memory leak in MatNestSetSubMats This is still partial since we need API for
MATNEST: improve support for changing nonzerostate
setters for submatrices should increase the object state fix possible memory leak in MatNestSetSubMats This is still partial since we need API for the Restore operations of MatNestGetSubMat and MatNestGetSubMats
show more ...
|
| #
d4443e21
|
| 23-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'BarrySmith-master-patch-90224' into 'master'
Add many missing links for MATNEST manual pages
See merge request petsc/petsc!2288
|
| #
79798668
|
| 08-Nov-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add many missing links for MATNEST manual pages
|
| #
1e69453d
|
| 28-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-petscint-petscmpiint' into 'master'
Replace PetscInt with PetscMPIInt when returning a rank
See merge request petsc/petsc!2222
|
| #
131c27b5
|
| 28-Oct-2019 |
prj- <pierre.jolivet@enseeiht.fr> |
Replace PetscInt with PetscMPIInt when returning a rank
|
| #
acc889b1
|
| 04-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/matmatmult-nest-dense' into 'master'
Support for MatMatMult with Nest and MPIDense
See merge request petsc/petsc!2069
|
| #
52c5f739
|
| 04-Oct-2019 |
prj- <pierre.jolivet@enseeiht.fr> |
Support for MatMatMult with Nest and MPIDense
|
| #
ef4cbfc5
|
| 19-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/doc-misc-small-fixes' into 'master'
Rmills/doc misc small fixes
See merge request petsc/petsc!2070
|
| #
ffd6319b
|
| 19-Sep-2019 |
Richard Tran Mills <rmills@rmills.org> |
Nested matrix in input parameter documentation now matches function definition.
|
| #
ed0ed7c6
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'
# Conflicts: # lib/petsc/conf/test
|
| #
c48fcd62
|
| 12-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefano_zampini/matnest-fixes' into 'master'
Small improvements for MATNEST
See merge request petsc/petsc!2027
|
| #
c066aebc
|
| 09-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatAXPY_NEST: support DIFFERENT_NONZERO_PATTERN
|
| #
29e60adb
|
| 09-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: add diagnostic output for submatrices
|
| #
89583661
|
| 21-Jun-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]
|