| #
625be170
|
| 17-Dec-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: fix formatting on MatSetOption man page
|
| #
c99c119c
|
| 24-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-matheadermerge' into 'main'
MatAXPY: use MatHeaderMerge
See merge request petsc/petsc!4580
|
| #
ae2efe18
|
| 28-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatDuplicate: use PetscObject instead of DM type
|
| #
2e105a96
|
| 24-Oct-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatProduct: more informative errors
|
| #
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
|
| #
94fd01c6
|
| 20-Mar-2021 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateSubMatrices() and MatCreateRedundantMatrix() now propagate the bindingpropagates flag.
|
| #
7697d665
|
| 18-Mar-2021 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateVecs() now propagates the bindingpropagates flag.
|
| #
cce50608
|
| 17-Mar-2021 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateSubMatrices() and MatCreateRedundantMatrix() now honor bindingpropagates flag.
|
| #
9a59d32e
|
| 17-Mar-2021 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateVecs() now honors mat->bindingpropagates flag.
|
| #
bfa2e4c5
|
| 05-Oct-2020 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateSubMatrices() and MatCreateRedundantMatrix() now bind created matrices to CPU if input matrix is bound.
|
| #
b5dd2c4e
|
| 23-Sep-2020 |
Richard Tran Mills <rmills@rmills.org> |
MatCreateVecs() now calls VecBindToCPU() on created vectors if the matrix is bound to the CPU.
|
| #
a7bd641c
|
| 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'
Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringError
See merge request petsc/petsc!4078
|
| #
2f7452b8
|
| 18-Oct-2021 |
Barry Smith <bsmith@petsc.dev> |
style-fixes
|
| #
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
|
| #
6762c164
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan-release-patch-82973' into 'main'
Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"
See merge request petsc/petsc!4146
|
| #
dd400576
|
| 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
0deb1dc6
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-use-full-name' into 'main'
Doc: use full routine name so that it will generate a link
See merge request petsc/petsc!4299
|
| #
56e370f1
|
| 10-Sep-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Doc: revise manual of MatMatMult
|
| #
97bb3fdc
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: more errors reported by doctext
|
| #
4165533c
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Argument --> Parameter (required to enable sowing checks)
|
| #
6b867d5a
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: mismatching number of parameters
|
| #
f899ff85
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameters --> Parameter
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|