| #
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
|
| #
6b62bf7a
|
| 06-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 8e8bc80960e5bb0543488be5c09d051f0dc2fe1a
|
| #
8d8c7c43
|
| 04-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
MatLUFactorNumeric_SeqAIJ was not setting MatSolve_SeqAIJ_NaturalOrdering() when it should may have caused slow-down in pflotran
Hg-commit: dd4a414074e40ee5912f1b62df180461400b17dc
|
| #
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 ...
|
| #
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
|
| #
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
|
| #
bb3a11f2
|
| 25-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 7b085f52e6c2d343ae89db49ad968a4545ff05dc
|
| #
8cf70c4b
|
| 24-Jun-2008 |
Satish Balay <balay@mcs.anl.gov> |
some const fixes for cxx build
Hg-commit: fc2d3774b05d20d5cba19490dfbb10320972bf9e
|
| #
a313700d
|
| 24-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved the const out of XXType definitions and into the Set and Get Methods
Hg-commit: d4d9a237045a151847ef3121b00df73d952d0999
|
| #
b24902e0
|
| 01-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4
initial conversion of Mat derived solver types like Mumps etc to use MatGetFactor() instead most code does not yet run but all code should be using the new format.
Hg-commit: ac83415153993ee58dc4194c173418bfbd73bc73
show more ...
|
| #
a77337e4
|
| 30-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some matscalar issues petsc-maint 16879 was setting an incorrect unneeded disply() in the vecscatter to all and 1
Hg-commit: dcadeaf97580ffbd976fbc9f4c06fb18fc72906e
|
| #
d52bd965
|
| 25-Jan-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 7cd12c7201a8945d6ec89d671a5231bdfbcdea0e
|
| #
54f21887
|
| 24-Jan-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580df
added support for VecScatterCreateToOne/All() for --with-64bit-indices e: [PETSC #17245] Problems with VecScatterCreateToZero plus some initial fixes for MatScalar single
Hg-commit: e438ad3abe7580dfc1b89607bb4d01ced16bb86d
show more ...
|
| #
3be44c43
|
| 18-Nov-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
commit aFTERmerge
Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320
|
| #
6f3d5618
|
| 31-Oct-2007 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 4a9e5a2b97bdb9073e83eff56096e46ac4ef2230
|
| #
15de6f19
|
| 03-Oct-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: f205596615d549e3b18f2232385e51ebaf4bdf24
|
| #
71f1c65d
|
| 02-Oct-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the diagonal entries when a matrix values have been changed. idiagvalid and inode.ibdiagvalid are checked on each relaxation and the values rec
updated MatRelax_SeqAIJ and MatRelax_Inode to recompute the diagonal entries when a matrix values have been changed. idiagvalid and inode.ibdiagvalid are checked on each relaxation and the values recomputed if these are not true
Hg-commit: cfaaa4113af83d8010ef768d3adc83d5c1e40f70
show more ...
|
| #
42f9eaa7
|
| 10-Sep-2007 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b35d81628fd54ce7829e6ac4f2c8f65bf3443a42
|
| #
e90acf89
|
| 06-Aug-2007 |
bcordonn <bcordonn@hookshot.mcs.anl.gov> |
merge
Hg-commit: fdff4e4d20ef0eef8b84c71097ba807b25b3d5a2
|
| #
f0d39aaa
|
| 06-Aug-2007 |
Barry Smith <bsmith@mcs.anl.gov> |
finshed inode version of MatRelax
Hg-commit: 1a2142c0dff87db7592101bc76084a34160f377f
|