| #
6c30de3e
|
| 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant_sbaij'
|
| #
a593226b
|
| 29-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
call MatDestroy_Redundant from MatDestroy() instead of from MatDestroy_XXX()
|
| #
10c56fde
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge MatCreateMPIAIJConcatenateSeqSBAIJSymbolic and xxxNumeric into MatCreateMPIMatConcatenateSeqMat_MPISBAIJ()
|
| #
aae456db
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm MatGetRedundantMatrix_xxx()
|
| #
59f5e6ce
|
| 27-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetRedundantMatrix_MPISBAIJ() calls MatCreateMPIMatConcatenateSeqMat(); delete MatCreateMPISBAIJConcatenateSeqSBAIJ
|
| #
2c7591d0
|
| 24-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix block size; intend to unify MatGetRedundantMatrix_XXX to MatGetRedundantMatrix()
|
| #
083095a1
|
| 23-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
delete MatGetRedundantMatrix_MPIAIJ_interlaced() because it does not do better than MatGetRedundantMatrix_MPIAIJ() with psubcomm_type interlaced
|
| #
c94a748e
|
| 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-options-default'
Conflicts: src/ksp/ksp/examples/tutorials/ex52.c
|
| #
0572e44d
|
| 16-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatGetRedundantMatrix() with user provided subcomm
|
| #
9bd13290
|
| 16-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm psubcomm from Mat_Redundant
|
| #
94ae4db5
|
| 13-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cleanup of use of PetscOptionsInt and friends including use of flag final argument
|
| #
81bf3e96
|
| 07-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
mv struct 'Mat_Redundant' to '_p_Mat’ for simplify codes
|
| #
de64b629
|
| 06-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for sbaij: nbs != mbs in some cases, e.g., matgetsubmatrices
|
| #
e491d569
|
| 03-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatSetOption(inmat,MAT_GETROW_UPPERTRIANGULAR,...)
|
| #
4dcd73b1
|
| 03-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatGetRedundantMatrix_MPISBAIJ() without MatConvert();
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
cf83caac
|
| 29-Sep-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatGetRedundantMatrix_MPISBAIJ() - via MatConvert & MatGetRedundantMatrix_MPIBAIJ()
|
| #
de4b53eb
|
| 29-Sep-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatGetRedundantMatrix_MPIBAIJ() -- almost same as MatGetRedundantMatrix_MPIAIJ()
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
96a74ce7
|
| 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/docs-matblocksize'
|
| #
bb7ae925
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
added test to manual pages clarifying what row and column Mat blocksize actually mean someone added them without any regard for how confusing it would be to users
|
| #
2a7a6963
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs() since they are creators not getters
|
| #
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
|
| #
4de5dcee
|
| 04-Aug-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatAXPY_ for mpibaij and mpisbaij
|