| #
cffbb591
|
| 25-Aug-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add ilu to superlu interface
Hg-commit: 44f8116ee7cfa3f5d6126cb13d7dbd34164cc91f
|
| #
1cec2a20
|
| 05-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 13c4ee66e6bd736c1a3c42fd00663fff1c898f67
|
| #
2cb5104a
|
| 03-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 60594519552929bc6a520bb35420d43863b51052
|
| #
6da386ba
|
| 02-Jul-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
upgrade superlu interface to the latest SuperLU_4.0
Hg-commit: e82caca8a5c3eb1717d75870123ce3adc91e74cd
|
| #
41c8de11
|
| 09-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed up linearsolvertable.html for new approach to external direct solvers, fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc
Hg-commit: 559872e478fd5924356bb412b
fixed up linearsolvertable.html for new approach to external direct solvers, fixed the manual pages for the external solver packages like MAT_SOLVE_SUPERLU etc
Hg-commit: 559872e478fd5924356bb412b1d4573c23d52501
show more ...
|
| #
b5e56a35
|
| 06-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij removed unused variables from pastix.c pastix works for me for seqaij and mpiaij, but not sbaij
typo fix in superlu.c
Hg-commit: b237a
added MatGetFactor_XXXX_Pastix for sbaij matrices and seqaij removed unused variables from pastix.c pastix works for me for seqaij and mpiaij, but not sbaij
typo fix in superlu.c
Hg-commit: b237a972f2bdea6c2b81622f0e7da4bfe20b13c3
show more ...
|
| #
4a67242d
|
| 02-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 3a05a9a21fcd66acdc0680d4c36ce9e8f08fa147
|
| #
8d8bce8c
|
| 02-Dec-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: ae439907355f69052077956c06ee6edb7b61706e
|
| #
5d00a290
|
| 02-Dec-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
cleanup plapack interface add tests of plapack
Hg-commit: 5db96fdc7032f1a8281dee68a37d333571b5b558
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
7c4f633d
|
| 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -I$PETSC_DIR from make system and changed the corresponding #include "src/dsdsdsds" to "../src/sdsdsds" in the source code
Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
|
| #
9e5a995e
|
| 26-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 272825bf90eb39df4965e7226316ed8f305bd52c
|
| #
0c85ee0b
|
| 24-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 408642326083bdab3b0d21e98f912dfddb31927e
|
| #
35bd34fa
|
| 23-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get
* Using MUMPS, MatGetInfo(...,&info), info.nz_allocated is given for the initial matrix (not the factorized one). Currently I use : - Mat_MUMPS *lu=(Mat_MUMPS*)mat->spptr; - lu->id.INFOG(20) to get the same information. It's a dirty solution...
Added MatFactorGetSolverPackage(), also properly printed with -mat_view_info and -ksp_view
Hg-commit: d45534d976bbd57e4a4d4c4173150bb1403ccc76
show more ...
|
| #
0481f469
|
| 28-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
pass MatFactorInfo as const into factorization routines, they shouldn't be changing it.
Hg-commit: 06e09652bd7d2f02616c7256594ec565736aabbf
|
| #
85f097d7
|
| 24-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32
|
| #
ff2c26e0
|
| 24-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked like they could be done automatically
Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72
|
| #
719d5645
|
| 24-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix 2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization the assigment o
1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix 2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization the assigment of the MatSolve pointer is now done in the numeric factorization (This is because only then do you know the right pointer that should be used)
Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4
show more ...
|
| #
3cf11a36
|
| 22-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 3ce761eac4bc3d73ac422a0e370a3ce3801f6f09
|
| #
84e5cf0b
|
| 22-Sep-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 7b654ba1c8f05bf1978d44152f17c6d3ec86e46e
|
| #
3519fcdc
|
| 22-Sep-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix as reported by [PETSC #18302] umfpack in petsc-dev
Hg-commit: 20bde870feb989ecafcb1660a34468eee78620f2
|
| #
4fc57388
|
| 15-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5
|
| #
db4efbfd
|
| 15-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set in the function table or in the getfactor moved assignment of solve() i
moved assignment of LUFactorNumeric and CholeskyFactorNumeric into appropriate symbolic factorization (previously it was set in the function table or in the getfactor moved assignment of solve() into appropriate numeric factorization, previously it was in function table or get factor or symbolic factor
Hg-commit: 83ba8e21d43889fe945455ea7c1fb95368f1a281
show more ...
|
| #
d0f46423
|
| 10-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit
fixed some memory bleeding changed PetscMap in Vec and Mat to be an allocated shared structure with referencing counting. Shared by Vecs obtained with VecDuplicate() and MatGetVecs()
Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72
show more ...
|
| #
fd5f9c01
|
| 01-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 40fbcb1ffa2ac14ad5b1cd85db9cdd19834e6819
|