| #
cd72454c
|
| 03-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b2d8a3646d4d7887f0367e78a0b8ef8801c228fe
|
| #
eeffb40d
|
| 03-Nov-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMult_SeqSBAIJ_1_Hermitian() and MatHermitianTranspose()
Hg-commit: 284b8e9149e7268648f12ec58fc3a6cb75e5468c
|
| #
186bafed
|
| 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163
|
| #
4108e4d5
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed _Inode to _SeqAIJ_Inode to make clearer the relationship between inodes and seqaij
Hg-commit: ad72f3aa29dc86f484fa9ca80f5a4b665e5507a3
|
| #
41f059ae
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
changed MatRelax() to MatSOR() to match MatSORType and PCSOR
Hg-commit: e68531df6999d872cd12e8f3ab1ea488c58078d8
|
| #
5604da14
|
| 29-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b70f4367eb5351c6e8d5d2a868decc5b50bd9108
|
| #
4fd072db
|
| 28-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
added MAT_SHARE_NONZERO_PATTERN for SeqBAIJ matrices in MatDuplicate() added a couple missing PetscLogObjectMemory() in SeqBAIJ
Hg-commit: 3fbba1b9cd2771828452e6c3179c885256f18b67
|
| #
4f5ae013
|
| 25-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 19411a10b3e1c1aaedb06105523862bd3572a0f0
|
| #
783ef271
|
| 25-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add icc(0) with matorderings under new data structure
Hg-commit: 5b99ce0799b371a259538425a489fed8c02ef64a
|
| #
4da8f245
|
| 25-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
basic support of MAT_SHARE_NONZERO_PATTERN for SBAIJ matrix to share i,j, and jshort arrays
Hg-commit: bfb302adeda62ffaa7f0c715d88e9683bab6b787
|
| #
098c0d8d
|
| 24-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a7710b011ce3f2c4ac169ab040d429403a541f7f
|
| #
d9c72597
|
| 24-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after mergre
Hg-commit: d3910020132345d661c11d0e3af3c7c23ab8664d
|
| #
5f44c854
|
| 24-Sep-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
support icc(0) with new datastructure
Hg-commit: 167d592268ba59b7046ee8a733239adc59cae028
|
| #
38702af4
|
| 11-Aug-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
for sbaij matrices with less than 2^16 columns use unsigned short to short j indices. Saves 5-10 percent on my laptop in MatRelax() saves nothing in MatMult() why?
Hg-commit: 620bb33c258dc0ffc4bc183
for sbaij matrices with less than 2^16 columns use unsigned short to short j indices. Saves 5-10 percent on my laptop in MatRelax() saves nothing in MatMult() why?
Hg-commit: 620bb33c258dc0ffc4bc183e43f256bab9918a06
show more ...
|
| #
05575646
|
| 07-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 13037312c0f286402f80fdbd1e060f559dc18782
|
| #
0210e607
|
| 06-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
add inode to sbaij for block size 1
Hg-commit: 5f752a76d939315005a328d0f72de093eb94570d
|
| #
0b0da1c5
|
| 27-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8
|
| #
4aa3045d
|
| 27-May-2009 |
Jed Brown <jed@59A2.org> |
MatGetSubMatrix API change
The user now specifies a parallel IS for the columns. The local part of this IS corresponds to the local columns of the matrix. Note that MatPermute_MPIXAIJ calls the pr
MatGetSubMatrix API change
The user now specifies a parallel IS for the columns. The local part of this IS corresponds to the local columns of the matrix. Note that MatPermute_MPIXAIJ calls the private versions where the full index set is given. It is probably desirable for MatPermute to also use a parallel IS rather than require a gathered IS.
Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.
Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570
show more ...
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
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
|
| #
392a8661
|
| 26-Jun-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 41800043acaea4edc1ffe515ad0d33298e6b8178
|