| #
c0aa6a63
|
| 09-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
applied attribute format fixes to mat headers
|
| #
2158cd20
|
| 31-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/petsc4py' into 'main'
Some work on petsc4py
See merge request petsc/petsc!4644
|
| #
c600787b
|
| 18-Dec-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatProduct: move API from internal petsc4py usage to PETSc headers.
|
| #
c786d857
|
| 21-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATPYTHON: implement MatHasOperation_Python
add tests
|
| #
b9968e31
|
| 18-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-cuda-opt' into 'main'
Landau optimizations + GPU assembly bug fix
See merge request petsc/petsc!4358
|
| #
365b711f
|
| 25-Sep-2021 |
Mark Adams <ma2325@columbia.edu> |
add hook for CPU cusparse solves
|
| #
3ed23c6a
|
| 17-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-kokkos-spgemm' into 'main'
Add initial MatProduct support for MATAIJKOKKOS
See merge request petsc/petsc!4303
|
| #
d67d9f35
|
| 12-Nov-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
MATSEQAIJ: add MatSeqAIJ{Get,Restore}Array{Read,Write}
|
| #
6cb41cfa
|
| 01-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/feature-dm-bind-below' into 'main'
Rmills/feature dm bind below
See merge request petsc/petsc!3455
|
| #
e9c74fd6
|
| 28-Sep-2021 |
Richard Tran Mills <rmills@rmills.org> |
Add Vec/MatGetBindingPropagates().
|
| #
65a9ecf2
|
| 28-Sep-2021 |
Richard Tran Mills <rmills@rmills.org> |
Add Vec/MatSetBindingPropagates().
|
| #
76afb28b
|
| 27-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hara-to-h2opus-rebased-v7' into 'main'
Update distributed hierarchical matrix package H2Opus
See merge request petsc/petsc!4347
|
| #
53022aff
|
| 22-Sep-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update H2 package
|
| #
2216c58a
|
| 13-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add VecBoundtoCPU and MatBoundToCpu queries
|
| #
020c69f5
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/feature-matgetcolumnreductions' into 'main'
Add MatGetColumnReductions()
See merge request petsc/petsc!4272
|
| #
857cbf51
|
| 30-Aug-2021 |
Richard Tran Mills <rmills@rmills.org> |
Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)
MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed. ReductionType
Add MatGetColumnSums() and MatGetColumnMeans() (and real and imaginary part variants)
MatGetColumnReductions() now takes a PetscInt so ReductionType or NormType members can be passed. ReductionType no longer duplicates entries of NormType. Replace MatGetColumnNorms_SeqBAIJ() with MatGetColumnReductions_SeqBAIJ()
show more ...
|
| #
5ce27ff0
|
| 11-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hypre-gpu' into 'main'
Interface HYPRE GPU solvers
See merge request petsc/petsc!4248
|
| #
5f101d05
|
| 19-Aug-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATSEQAIJCUSPARSE: add accessors for device CSR pointers
|
| #
a873a8cd
|
| 26-Jul-2021 |
Sam Reynolds <ser6@pdx.edu> |
Added MatGetColumnReductions(). MatGetColumnNorms() is now a wrapper that calls MatGetColumnReductions().
Made changes requested by Richard.
|
| #
419f246d
|
| 10-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-ksp-complex' into 'main'
KSP: fix several solvers to work with complex matrices
See merge request petsc/petsc!4206
|
| #
65f45395
|
| 09-Aug-2021 |
Pierre Jolivet <pierre@joliv.et> |
PCQR for MATNORMALHERMITIAN
|
| #
91d0f61b
|
| 04-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-qr-normal' into 'main'
PCQR for MATNORMAL
See merge request petsc/petsc!4182
|
| #
fa80d070
|
| 20-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
MATNORMAL: new operations
|
| #
14f205fb
|
| 03-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-matseqaijkron' into 'main'
MATAIJ: add MatSeqAIJKron(Mat,Mat,MatReuse,Mat*)
Closes #971
See merge request petsc/petsc!4208
|
| #
ad7e164a
|
| 03-Aug-2021 |
Pierre Jolivet <pierre@joliv.et> |
MATAIJ: add MatSeqAIJKron(Mat,Mat,MatReuse,Mat*)
|