| 12020fe2 | 20-Aug-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
MatClique: follow DistMultiVec API changes |
| 26c6664a | 21-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
MatClique: remove unused variables |
| eb9baa12 | 19-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly
replaced all left-over uses of a single PetscMalloc() to allocated multiple arrays: replaced with PetscMallocN() The only ones left are when the second array is set into the first array and one ugly usage in the MUMPS interface that cannot be easily fixed
show more ...
|
| f7daeb2a | 19-Aug-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Fixed required casts to PetscObject when calling PetscLogObject*() |
| abb87a52 | 18-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
move Mat_CheckInode_FactorLU to symbolic factorization so it doesn't get called in EVERY numeric factorization
set matsolve function pointer for SeqAIJ in the numeric factorization, not in the check
move Mat_CheckInode_FactorLU to symbolic factorization so it doesn't get called in EVERY numeric factorization
set matsolve function pointer for SeqAIJ in the numeric factorization, not in the checkinode so matsolve cannot be called on matrix that has not been numerically factored
show more ...
|
| 8758e1fa | 18-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed mallocs from inner loop of Mat_CheckInode_FactorLU, also added a bunch of const to array variables in that file |
| 9b921294 | 17-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-memory-logging'
Conflicts: src/ksp/pc/impls/redundant/redundant.c src/mat/interface/matnull.c |
| 11e456e1 | 17-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
removed Mat option for skipping checking of compressed row format since it is now free using the nonzerorowcnt previously introduced |
| 7b083b7c | 17-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
added seqij nonzerorowcnt used to determine flop count in MatMult_SeqAIJ() |
| aed5ffcb | 05-Aug-2013 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'paulmullowney/txpetscgpu-package-removal2' |
| 1f2d8ef4 | 01-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup MatGetRedundantMatrix_MPIAIJ() |
| b2bf6370 | 01-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm psubcomm from MatGetRedundantMatrix() because Jed does not like it :-( |
| 7cb6ea77 | 01-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm psubcomm from MatGetRedundantMatrix_MPIAIJ_interlaced(), from all app codes |
| 22559b1c | 31-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm impl of PETSC_SUBCOMM_CONTIGUOUS from MatGetRedundantMatrix_MPIAIJ_interlaced() |
| f4703a44 | 31-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatCreateMPIAIJConcatenateSeqAIJ() when input matrix is seqaij |
| 0094f45f | 31-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatGetRedundantMatrix_MPIAIJ() which causes 'make test' crash :-( |
| 394bd6e1 | 31-Jul-2013 |
Matthew G. Knepley <knepley@gmail.com> |
Mat: Fixed declaration of MatGetRedundantMatrix_MPIAIJ |
| 473f7991 | 30-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatGetRedundantMatrix_MPIAIJ() for the case subcomm_in != MPI_COMM_NULL |
| fd7037dc | 30-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace MatGetRedundantMatrix_MPIAIJ_xxx() by MatGetRedundantMatrix() in PCSetUp_Redundant(); passed tests of sp/ksp/examples/tutorials/ex5.c and mat/examples/tests/ex9.c |
| cf5afd79 | 28-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm '-new' from MatGetRedundantMatrix_MPIAIJ_psubcomm(); add src/mat/examples/tests/output/ex9_3.out |
| c79c5527 | 28-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add 'psubcomm' as an input for MatGetRedundantMatrix(): user can provide his own subcomm, or psubsomm, or nsubcomm |
| dd065a40 | 26-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize and cleanup '-new' MatGetRedundantMatrix_MPIAIJ_psubcomm() |
| 4388c78f | 26-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
release memory spaces for '-new' option |
| 3c79b8e7 | 24-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
new impl of MatGetRedundantMatrix_MPIAIJ() works, but needs cleanup |
| 90d9b88f | 24-Jul-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
add an impl of MatGetRedundantMatrix_MPIAIJ_psubcomm() using MatGetSubMatrices() |