| #
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 ...
|
| #
9e4a9f4b
|
| 04-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d7c6049210a18e22b28de873a039a252a31aa571
|
| #
8452f6a8
|
| 03-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 156f88747aa27143072a47aadcbab5829f0d3b0b
|
| #
7408324e
|
| 03-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
use PetscMapSetBlockSize(mat->{r|c}map,bs) in many places
Hg-commit: d02df570e7c48c76d5ad67ed7c856890ec2f2b4d
|
| #
7d96f2b1
|
| 02-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 84ca21d373912d16176dfeb2d83f6e46557d8c01
|
| #
cdfaad1a
|
| 02-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: ea23c2b63df157f9d93cd835b6ff9e071dbbd828
|
| #
bd0cf6e9
|
| 02-Dec-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
HDF5 fix, options fixes, memory fix
Hg-commit: 33a3393ecab73d24e8c63d5b8cd85c1d2f9574f7
|
| #
28b2fa4a
|
| 13-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added a new option - MAT_UNUSED_NONZERO_LOCATION_ERR indicates when unused space has been allocated
Hg-commit: d10d5d18ac9b373ad66e42b56d03063833c579c1
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
c078aec8
|
| 06-Nov-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix missing MatCholeskyFactor() stubs for Mat SeqSBAIJ
Hg-commit: 88277001e2b6d8c71cf9e8959f4af0dcacdcd4e9
|
| #
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
|
| #
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
|
| #
41df41f0
|
| 25-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixed compile errors
Hg-commit: 7ab4578a70302650f6bef425fa2d82f24616bb34
|
| #
85f097d7
|
| 24-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 7dbcc30e5ab952630f5d3ab107f8a1b844c54a32
|
| #
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 ...
|
| #
4fc57388
|
| 15-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a2f7b9b8efe1825eadceecf27bade4115f4c35a5
|
| #
58e7c4b3
|
| 15-Sep-2008 |
Satish Balay <balay@mcs.anl.gov> |
#18274 compile fixes
Hg-commit: ea65c94d496cc0831ce85a3aed400e9fa8c941df
|
| #
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
|
| #
611f576c
|
| 25-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for complex numbers with MatGetFactor()
Hg-commit: 96c21a6619637c708bd5d6c3d6564fc075f37818
|
| #
e631078c
|
| 25-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added missing extern c for some MaGetFactor_xxx removed bunch unused variables
Hg-commit: 95407373c569558193655cc2e23b071536b3da2a
|
| #
207126cb
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after most of merge of petsc-dev with petsc-dev-new-solvers with new way of handling external solvers
Hg-commit: 7c86fa28bc8468b955cc6a62edd1de55d6c3d700
|
| #
5c9eb25f
|
| 23-Jul-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
basic transistion to new model for external direct solvers all tests pass
Hg-commit: 709a5887e4f17b074188a2f60d4f00cb8895dd52
|
| #
392a8661
|
| 26-Jun-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178
|