| #
42c9c57c
|
| 07-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solve
Moved registration of MatSolverPackages out of MatCreate_XXX routines into standalone system, this allows 1) more precise error message when a requested solver is not found 2) easier to add new solvers without touching basic PETSc matrix implementation files and the possibility of adding new solvers to the library after PETSc is installed or even at run time
show more ...
|
| #
6c30de3e
|
| 03-Nov-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/mat-redundant_sbaij'
|
| #
53cd1579
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm getredundantmatrix from matops; rename MatGetRedundantMatrix to MatCreateRedundantMatrix
|
| #
110bb6e1
|
| 28-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge MatCreateMPIAIJConcatenateSeqAIJSymbolic and xxxNumeric into MatCreateMPIMatConcatenateSeqMat_MPIAIJ()
|
| #
59f5e6ce
|
| 27-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetRedundantMatrix_MPISBAIJ() calls MatCreateMPIMatConcatenateSeqMat(); delete MatCreateMPISBAIJConcatenateSeqSBAIJ
|
| #
fad3c3cf
|
| 15-Oct-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/matis-preallocation'
|
| #
bdf6f3fc
|
| 10-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatCreateMPIBAIJConcatenateSeqBAIJ() to MatCreateMPIMatConcatenateSeqMat()
|
| #
9c8f2541
|
| 10-Oct-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatCreateMPIAIJConcatenateSeqAIJ() to MatCreateMPIMatConcatenateSeqMat()
|
| #
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
|
| #
e561ad89
|
| 26-Sep-2014 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatCreateMPIBAIJConcatenateSeqBAIJ() to be used by MatGetRedundant for sbaij format; bs>1 is not tested yet
|
| #
ca3142fd
|
| 26-Sep-2014 |
Mark Adams <mfadams@lbl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc into mark/ex49-bs
|
| #
21114279
|
| 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-getvecs'
|
| #
96a74ce7
|
| 24-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/docs-matblocksize'
|
| #
84cc2a5a
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetVecs should return MatCreateVecs. It is a recursive call as it is written
Reported-by: Stefano Zampini <stefano.zampini@gmail.com>
|
| #
2a7a6963
|
| 19-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetVecs() and KSPGetVecs() replaced with MatCreateVecs() and KSPCreateVecs() since they are creators not getters
|
| #
2e1947a5
|
| 10-Sep-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATIS: added general preallocation routine for the object
|
| #
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()
|
| #
609885f5
|
| 13-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe
|
| #
45344fc8
|
| 03-Jul-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/matis_getmpixaij'
|
| #
f446f392
|
| 02-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
a9834a7d
|
| 01-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
doc: add Synopsis for MatSetValue()
|
| #
2bc0d5c7
|
| 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-maint' into stefano_zampini/pcbddc_deluxe
|