| #
5d0c19d7
|
| 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
ISGetIndices() returns const array, it is not something that should be changed
Hg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257
|
| #
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 ...
|
| #
39804f7c
|
| 07-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
I've noticed that recent commits are now accessing PetscObject internals like this
obj->hdr.comm obj->hdr.type_name
I would really prefer to not do that, and instead use the more verbose
((PetscOb
I've noticed that recent commits are now accessing PetscObject internals like this
obj->hdr.comm obj->hdr.type_name
I would really prefer to not do that, and instead use the more verbose
((PetscObject)obj)->comm ((PetscObject)obj)->type_name
Fixed all the ones I did.
Hg-commit: 03c76b1cd4e2116af5998056afeb49537eef1fbc
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
|
| #
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
|
| #
16371a99
|
| 25-Jun-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished DMCompositeSetCouplingLocations()
Hg-commit: 9d5d83d727cc4011e5d969b7d13e16863d53517a
|
| #
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
|
| #
cccbaa74
|
| 23-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 585879f5445257acbb9951c7861f508377f1f645
|
| #
3596582e
|
| 22-May-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 870a772e365f4bfd3c3a19a452cb87e9d83c0f4a
|
| #
4238b7ad
|
| 21-May-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: double spaces in symbolic factorization
Hg-commit: 08897cfe67a1cc4ad350c45b67d23b6ca118507d
|
| #
5afd5e0c
|
| 09-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
completed rough tutorial
Hg-commit: 4863b347d5336a5880eb54981a37d446e1ce18a9
|
| #
8ec6c7c1
|
| 08-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6bf6f927f50b7c3afa97096a8d57512ab412f115
|
| #
26471541
|
| 04-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4d4bc0805daaa6d14bf59feeb68055599311ae83
|
| #
a7b16b9b
|
| 01-Apr-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 86eb3666393643f70452eb7333548fc57d198365
|
| #
df7b5a6b
|
| 01-Apr-2008 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: ae3a05d59d89ad2511e94a83560ff979f53dd0c1
|
| #
f29e339b
|
| 01-Apr-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for the case MatGetRowMaxAbs(A, ,PETSC_NULL)
Hg-commit: 2c47f1741852d205f2c6393c18a2b5e6d266e527
|
| #
6add55ec
|
| 30-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e8968b5f5567cb24be90b057622f1e92adae0068
|
| #
cdb490c6
|
| 29-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to DM, DMComposite and Sliced
Hg-commit: bf307f7fefd57ac3343a863e15a1a665ae98ec9f
|