| #
af55ea97
|
| 21-Mar-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
MatLoad: update manpage
|
| #
8000f006
|
| 15-Mar-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
206d7542
|
| 15-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-tao-update-ctx' [PR #1443]
* stefano_zampini/fix-tao-update-ctx: Few small fixes to Tao before the release.
- TAOSetUpdate: change the Update callback In SNES, t
Merge branch 'stefano_zampini/fix-tao-update-ctx' [PR #1443]
* stefano_zampini/fix-tao-update-ctx: Few small fixes to Tao before the release.
- TAOSetUpdate: change the Update callback In SNES, the update function does not uses contexts, and thus it does not appear in the callback prototype. With TAO, since we are explcitily passing the ctx via TAOSetUpdate, we have to give it back to the user when performing the call
- Tao: PETSc does not print warnings
- MatAssembled: there's no point in checking the type a matrix with type not set cannot be assembled
- TaoBNKEstimateActiveSet: Call MatHasOperation() only if the matrix has been assembled the previous logic for MatGetDiagonal still holds. With this fix, the code will not error in case the hessian has not been assembled at this time
show more ...
|
| #
5938f6de
|
| 14-Mar-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatAssembled: there's no point in checking the type
a matrix with type not set cannot be assembled
|
| #
553225e2
|
| 14-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jczhang/vecscat-in-sf' [PR #1396]
|
| #
85ea3df1
|
| 14-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix -Wunused-value warnings
|
| #
4f59c0f7
|
| 13-Mar-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merged in stefano_zampini/feature-pcbddc-enablelor (pull request #1427)
Stefano zampini/feature pcbddc enablelor
|
| #
4faf41d0
|
| 12-Mar-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merged in stefano_zampini/revert-matnorm-basic (pull request #1425)
Revert "MatNorm: added default implementation for NORM_1 and NORM_INFINITY"
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
5c8946fa
|
| 12-Mar-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
Merged in tisaac/feature-matmattranspose (pull request #1430)
tisaac/feature matmattranspose
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
8860a134
|
| 12-Mar-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Use new vector read-lock function names
The new one are VecLockReadPush, VecLockReadPop, VecSetErrorIfLocked
|
| #
a89a9989
|
| 17-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatCreateSubMatrix: Be consistent and set properties for all the cases
|
| #
faa55883
|
| 10-Mar-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
MatMatTranposeMult: add allgatherv algorithm for MPIDense, document
|
| #
cc48ffa7
|
| 09-Mar-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
MATMPIDENSE: added MatMatTransposeMult_MPIDense_MPIDense()
|
| #
25fc2509
|
| 09-Mar-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
Revert "MatNorm: added default implementation for NORM_1 and NORM_INFINITY"
This reverts commit 494d6506d0ab4d3be3a715911f3ee2fb74d72b0b.
Reported-by: Jed Brown <jed@jedbrown.org>
# Conflicts: # s
Revert "MatNorm: added default implementation for NORM_1 and NORM_INFINITY"
This reverts commit 494d6506d0ab4d3be3a715911f3ee2fb74d72b0b.
Reported-by: Jed Brown <jed@jedbrown.org>
# Conflicts: # src/mat/examples/tests/ex88.c
show more ...
|
| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|
| #
0ede458a
|
| 03-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'psanan/matrixc-edited-online-with-bitbucket-1551438758300' [PR #1405]
* psanan/matrixc-edited-online-with-bitbucket-1551438758300: MatView man page: fix formatting typos
|
| #
4c7f7b34
|
| 01-Mar-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
MatView man page: fix formatting typos
|
| #
20e868fa
|
| 16-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatView: remove redundant check for assembled flag
|
| #
607f9ac5
|
| 12-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1305/prj-/update-hypre-matrix-initialization/master' [PR #1343]
* pr1305/prj-/update-hypre-matrix-initialization/master: Changes how BoomerAMG matrices are initialized.
|
| #
8ac3aa56
|
| 07-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatConvert: allow for fast superclass conversion
MatConvert(MPIAIJ,AIJ,...) should be a no-hop, copy or duplicate depending on the reuse flag
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
a1a5ab92
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
65b4dda0
|
| 22-Jan-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'hzhang/matptap-noreuse'
|