| #
7b917211
|
| 24-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/fix-null' into 'master'
Fix 0 -> NULL for pointers
See merge request petsc/petsc!3086
|
| #
f4259b30
|
| 23-Aug-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
Mat: Replace 0 -> NULL for pointers
|
| #
2bcef1f2
|
| 12-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
ac852f61
|
| 11-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-nasty-bug-from-gamg' into 'maint'
fix nasty bug from pcgamg
See merge request petsc/petsc!2850
|
| #
a69c7061
|
| 10-Jun-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Minor
|
| #
833b33c1
|
| 29-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'
Fixes to MatProduct + many bug fixes + new hierarchical matrix support
See merge request petsc/petsc!2800
|
| #
1dc04de0
|
| 19-May-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatHeaderMerge: skip if same object
|
| #
2ffa8ee7
|
| 24-Apr-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatBindToCPU: add checks
|
| #
5b8888ca
|
| 21-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hzhng/matproduct-api'
|
| #
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 ...
|
| #
94e22476
|
| 07-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/ops-bindtocpu-not-ops-pintocpu' into 'master'
Rename "pintocpu" in VecOps and MatOps to "bindtocpu".
See merge request petsc/petsc!2589
|
| #
92f9df4a
|
| 06-Mar-2020 |
Richard Tran Mills <rmills@rmills.org> |
Rename "pintocpu" in VecOps and MatOps to "bindtocpu".
This change should have been made in the commit that changed XXXPinToCPU() to XXXBindToCPU(), but it was overlooked.
|
| #
afaf6637
|
| 03-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefanozampini/fix-matshell-axpy'
Fix MATSHELL MatAXPY
See merge request petsc/petsc!2492
|
| #
f6516afe
|
| 03-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/bindtocpu-not-pintocpu' into 'master'
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
See merge request petsc/petsc!2477
|
| #
b470e4b4
|
| 03-Feb-2020 |
Richard Tran Mills <rmills@rmills.org> |
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of Pe
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of PetscSF as well as allocating host memory when GPUs are being employed.
show more ...
|
| #
b117bc16
|
| 31-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatHeaderReplace: it is wrong to call the user defined destroy on C
The context has been already passed to A
|
| #
90ea27d8
|
| 28-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
doc fixes
|
| #
96a79a1d
|
| 26-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jolivet/fix-error-col-row'
Multiple meaningless fixes (but misleading bugs)
See merge request petsc/petsc!2103
|
| #
cb9de970
|
| 25-Sep-2019 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
row <-> column
|
| #
8da4f93b
|
| 23-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/gpu-bddc' into 'master'
Improvements towards BDDC on GPUs
See merge request petsc/petsc!2067
|
| #
7d871021
|
| 20-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
{Vec|Mat}PinToCPU: cannot call return if PetscFunctionBegin has been called
|
| #
c4163675
|
| 15-Sep-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
minor
|
| #
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
|
| #
a46e3869
|
| 19-Sep-2019 |
Richard Tran Mills <rmills@rmills.org> |
Removed empty "Notes" and unused "User manual sections" fields from MacCreate() manual page.
|
| #
93763a8e
|
| 22-Jun-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/feature-matload-dense-hdf5 (pull request #1795)
MatLoad_Dense_HDF5
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|