| #
940e4fdf
|
| 12-Jan-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'
Feature: Attribute Format - Mat
See merge request petsc/petsc!4634
|
| #
c0aa6a63
|
| 09-Dec-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
applied attribute format fixes to mat headers
|
| #
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
|
| #
fff043a9
|
| 12-Nov-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
MAT: use MatSeqAIJ{Get,Restore}Array{Read,Write} to hide explicit use of offloadmask
|
| #
d3907ec9
|
| 15-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/vecscatter-view-as-mat' into 'main'
Add an option to view the Mvctx of a sparse matrix in matlab, draw or binary
See merge request petsc/petsc!4427
|
| #
2f3b2168
|
| 08-Oct-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: add code to view Mvctx
|
| #
536a9811
|
| 14-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/jczhang/feature-tune-more-garray-malloc' into 'main'
Mat: more on removing the unneeded +1 in memory allocation for garray
See merge request petsc/petsc!4222
|
| #
ad1b2038
|
| 09-Aug-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: more on removing the unneeded +1 in memory allocation for garray
|
| #
662169a7
|
| 09-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-tune-garray-malloc' into 'main'
Mat: remove the unneeded +1 in memory allocation for garray
See merge request petsc/petsc!4214
|
| #
b3c64f9d
|
| 04-Aug-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Mat: remove the unneeded +1 in memory allocation for garray
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
7e8381f9
|
| 18-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATCUSPARSE: Implement fast assembly from COO data
|
| #
0d8a268c
|
| 29-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/clean-up-vecscatter' into 'master'
typedef PetscSF VecScatter
See merge request petsc/petsc!3365
|
| #
97929ea7
|
| 22-Oct-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Clean up vecscatter and define it as PetscSF
|
| #
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
|
| #
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
|
| #
9a941f3c
|
| 13-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'wence/fix/freeze-petsc-layout' into 'master'
freeze PetscLayout after PetscLayoutSetUp
Closes #356
See merge request petsc/petsc!2028
|
| #
ca5434da
|
| 28-Aug-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes().
PetscLayout: forbid calling setup twice with different sizes
* PetscLayout objects should be considered immutable, especially because they can be shared. * Make use of PetscLayoutCreateFromSizes(). * setupcalled is now the single indicator that PetscLayout is ready. * Insure the rest of variables (e.g. map->rstart) are calculated even if n, N and range are set.
show more ...
|
| #
f6c3de16
|
| 27-Jun-2019 |
Junchao Zhang <junchao.zhang@gmail.com> |
Merged in jczhang/mat-remove-unnecessary-global-IS (pull request #1816)
Remove unnecessary global IS when setting up Mvctx
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Jed Brown <jed@
Merged in jczhang/mat-remove-unnecessary-global-IS (pull request #1816)
Remove unnecessary global IS when setting up Mvctx
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Jed Brown <jed@59a2.org>
show more ...
|
| #
a3ebf921
|
| 25-Jun-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Remove unnecessary global IS when setting up Mvctx
ISCreateGeneral(((PetscObject)mat)->comm..) will incur MPI_Allreduce on the communicator.
|
| #
9a09376b
|
| 24-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
c5a7d6e0
|
| 20-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/fix-vecscattercreate-api'
|
| #
9448b7f1
|
| 18-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Revert the function name where it is referenced
|