| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|
| #
6473ade5
|
| 14-Feb-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatDestroy_SeqAIJ_MatTransMatMult: prevent from segfaulting
|
| #
b0f52d29
|
| 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'
|
| #
715a5346
|
| 18-Jan-2019 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace PetscObjectOptionsBegin() with PetscOptionsBegin() as suggested by Barry. This prevents flooding -help output as complained by Jed.
|
| #
a5a49157
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
e901d7f7
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpustay/feature-swarm-example
|
| #
baeaa64e
|
| 25-Oct-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
df90af56
|
| 24-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an already factored matrix Mat: Small fix for checking and docs Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition single precision produces different convergence history p4est: has a dependency on zlib - so handle it correctly Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing. Replace VecWAXPY by VecAXPY if needed Revert "Replace VecWAXPY by VecAXPY if needed" Replace VecWAXPY by VecAXPY if needed MatHermitianTransposeGetMat and MatCreateVecs ex19: Updated test filter to avoid false positives. DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com> Do not build shared openblas when doing static build Upgrade OpenBLAS to 0.3.3 test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML] ...
Conflicts: src/vec/is/utils/vsectionis.c
show more ...
|
| #
dfd95116
|
| 20-Oct-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
5a7b8bca
|
| 09-Oct-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/stefano_zampini/weakly-symmetric-elasticity-rebased'
|
| #
928bb9ad
|
| 03-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Do some housekeeping and add missing CHKERRQ calls
|
| #
aef4973d
|
| 29-Sep-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1144/a_selinger/feature-rowmerge-matmatmult' [PR #1144]
* pr1144/a_selinger/feature-rowmerge-matmatmult: Added another sequential MatMatMult algorithm This is an extension of the Row
Merge branch 'pr1144/a_selinger/feature-rowmerge-matmatmult' [PR #1144]
* pr1144/a_selinger/feature-rowmerge-matmatmult: Added another sequential MatMatMult algorithm This is an extension of the RowMerge algorithm by @Karl Rupp , which enables the multiplication of matrices with an arbitrary number of nonzeros in the left matrix. It is faster than the default implementation ("sorted") for very sparse matrices. MatMatMult: Fixed a bug with mem size overflow and reformatted code Fixed a bug in the "combined"-algorithm, where the variable c_maxmem for memory requiremments could overflow for relatively dense matrices.
show more ...
|
| #
08fe1b3c
|
| 28-Sep-2018 |
Karl Rupp <me@karlrupp.net> |
ex226: Fixed missing reinitialization of output nonzero counter.
Reported-by: Andreas Selinger <andreasselinger@gmail.com> Fixed-by: Andreas Selinger <andreasselinger@gmail.com>
|
| #
f83700f2
|
| 26-Sep-2018 |
andi selinger <andreasselinger@gmail.com> |
MatMatMult: Added MatSetType and minor changes
|
| #
7660c4db
|
| 25-Sep-2018 |
andi selinger <andreasselinger@gmail.com> |
MatMatMult: simplified rowmerge algorithm
|
| #
2869b61b
|
| 24-Sep-2018 |
andi selinger <andreasselinger@gmail.com> |
MatMatMult: Fixed a bug with mem size overflow and reformatted code
Fixed a bug in the "combined"-algorithm, where c_maxmem could overflow for relatively dense matrices.
|
| #
d7ed1a4d
|
| 24-Sep-2018 |
andi selinger <andreasselinger@gmail.com> |
MatMatMult: Added rowmerge algorithm
|
| #
b45ef262
|
| 24-Sep-2018 |
Andreas Selinger <andreasselinger@gmail.com> |
Merged petsc/petsc into master
|
| #
f3e5940c
|
| 23-Sep-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/mpiaijcusparse-better-subclass-mpiaij'
|
| #
04b858e0
|
| 22-Sep-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
MatType was set on the wrong matrix in the routine
Reported-by: Jenkins
|
| #
02fe1965
|
| 20-Sep-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Make sequential GAMG work with seqaijcusparse matrices.
Note this doesn't require changes to GAMG code, just code that GAMG uses so they can handle the seqaijcusparse subclass of seqaij
Commit-type
Make sequential GAMG work with seqaijcusparse matrices.
Note this doesn't require changes to GAMG code, just code that GAMG uses so they can handle the seqaijcusparse subclass of seqaij
Commit-type: feature Reported-by: Brian Van Straalen <bvstraalen@lbl.gov>
show more ...
|
| #
20cd54da
|
| 18-Sep-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge from master
|