| #
c3a4c12f
|
| 25-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/optimize-matdiagonalset'
|
| #
2cbc3277
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
58030fe3
|
| 07-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mataxpy-bugfix' into maint
|
| #
b264fe52
|
| 04-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
reduce code duplication for MatAXPYGetPreallocation_SeqXXX()
|
| #
4de5dcee
|
| 04-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatAXPY_ for mpibaij and mpisbaij
|
| #
52768537
|
| 01-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatAXPY_ for seqbaij and seqsbaij
|
| #
99e65526
|
| 31-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatDiagonalSet_MPIAIJ() removes searches for square matrices that already have diagonal entries
|
| #
19ca0a52
|
| 21-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-pcamgcreategraph' into maint
|
| #
bac7756d
|
| 21-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-pcamgcreategraph'
|
| #
21e72a00
|
| 18-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
improve the memory usage of PCGAMGCreateGraph()
|
| #
e464cf85
|
| 17-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-dmda-1d-mirror'
|
| #
1c4f3114
|
| 15-Jul-2014 |
Jed Brown <jed@jedbrown.org> |
Mat doc: fix mismatches between Mat name and man page
Reported-by: Sven Heinrich <s.heinrich@tu-braunschweig.de>
|
| #
609885f5
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe
|
| #
ff718158
|
| 29-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
ISStrideGetInfo() was called on non-ISSTRIDE IS
Reported-by: Tabrez Ali <stali@geology.wisc.edu>
|
| #
2bc0d5c7
|
| 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-maint' into stefano_zampini/pcbddc_deluxe
|
| #
4f390cb1
|
| 26-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
When compressed rows are used in MatMult_SeqAIJ, the values of the output vector that aren't updated should be set to zero,
Reported-by: Tobin Isaac <tisaac@ices.utexas.edu>
|
| #
92a177f3
|
| 26-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bermeo/add-mkl-pardiso' (pull request #105 - rebased)
|
| #
d615f992
|
| 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
mkl_pardiso: change -pc_factor_mat_solver_package from pardiso to mkl_pardiso [and other names]
|
| #
b500a6b7
|
| 20-Oct-2013 |
Jose David Bermeol <jbermeol@purdue.edu> |
Added support for mkl-pardiso also rebase to latest petsc-master [and fix -ksp_view]
|
| #
a3ca3016
|
| 16-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for destroying Matredundant
|
| #
a7999c95
|
| 13-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-redundant-matrix'
Conflicts: config/PETSc/utilities/Regression.py
|
| #
02b6de14
|
| 13-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
need to call MatDestroy_MatRedundant() for SeqAIJ destroy also
|
| #
4907a4d7
|
| 03-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged upstream/master to feature-dmmoab
|
| #
299992b9
|
| 03-Jun-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merge remote-tracking branch 'upstream/master'
|
| #
b015001c
|
| 28-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions]
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions] gfortran: remove 132 char limit from f90 free-form SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc DMPlex-Gmsh: Use trueNumCells when building the coordinate section Sys: Got guard logic reversed Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*() PetscFV: I hate fucking complex removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory fix test of DMLocalToGlobalBegin/End and add actual test cases improve object memory logging for DA, ISLocalToGlobal and ISBLOCK lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt another reuse of allocated array in 2d/3d DMDA create improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock() PetscFV: Another complex fix DMPlex+TS: Fixing types ISIdentity() was wrong for block IS! Indices are NOT scaled by bs PetscFV: Straighten out complex types TS ex11: Fix casts and remove unused variable ...
show more ...
|