| #
eb54a165
|
| 09-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/opt-matgetsubmatrices-mpibaij'
|
| #
ddb3d6bc
|
| 08-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix build warning as reported by the nightly tests
|
| #
30bc6a77
|
| 07-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
initialize variable as complained by nightly test
|
| #
afb3cbd8
|
| 06-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix warnigns reported by nightly tests
|
| #
4b6ceb0d
|
| 05-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for 'sort column indices of the rows'
|
| #
059f6b74
|
| 03-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
do not use rmap in the case of 'allrows'
|
| #
5dc98d6a
|
| 03-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
call MPIU_Allreduce() when MAT_INITIAL_MATRIX
|
| #
b829d874
|
| 03-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm MatGetSubMatrices_MPIBAIJ_local_old(); bugfix for ijonly (ex48.c)
|
| #
bbc89d27
|
| 02-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
work on the case ijonly -- still fails on snes/examples/tutorials/ex48.c
|
| #
c9ffca76
|
| 02-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatGetSubMatrices_MPIBAIJ_local_new -> MatGetSubMatrices_MPIBAIJ_local
|
| #
121971b2
|
| 02-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatGetSubMatrices_MPIBAIJ_local -> MatGetSubMatrices_MPIBAIJ_local_old
|
| #
ec3c739c
|
| 01-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
case of allrows works
|
| #
80d31651
|
| 01-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
unsorted column IS works now
|
| #
1abc2f7b
|
| 01-Feb-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
add case of allcolumns
|
| #
5dd0c08c
|
| 31-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for assemble off-proc entries
|
| #
9e686edc
|
| 30-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
works for bs>1; src/mat/examples/tests/ex9.c still crash in MatDestroy()
|
| #
a42ab0d6
|
| 30-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
works for bs=2, but not reuse yet; needs to be cleaned!
|
| #
17df9f7c
|
| 25-Jan-2017 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatGetSubMatrices_MPIBAIJ() -- works for bs=1 now
|
| #
9137bce6
|
| 24-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-funct'
|
| #
fbfcfee5
|
| 19-Dec-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-t
Remove the use and definition of __FUNCT__ throughout the code
Since all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETSc Time: 1.5 hours Thanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
|
| #
af25d912
|
| 06-Mar-2016 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcgraph.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/imp
Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint
Conflicts: src/ksp/pc/impls/bddc/bddc.c src/ksp/pc/impls/bddc/bddcgraph.c src/ksp/pc/impls/bddc/bddcprivate.c src/ksp/pc/impls/bddc/bddcscalingbasic.c src/ksp/pc/impls/bddc/bddcschurs.c src/mat/impls/is/matis.c
show more ...
|
| #
f37e7628
|
| 21-Feb-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/add-pcfieldsplit-logevent
|
| #
f44c6289
|
| 28-Jan-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/add-pcreset-hypre-for-master
Needed to move PCDestroy_HYPRE() added to master to PCReset_HYPRE() since that was introduced as a bug fix for maint
|
| #
c3d89e0a
|
| 19-Dec-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into hongzh/checkpointing
Manual merges for a couple of PetscOptions changes in master
|
| #
b49bb413
|
| 12-Dec-2015 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into pr391/zianekhodja/lilia/tsirm/master
|