| #
2966e336
|
| 30-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b21f1d9be4eabb0bcd8bf0e8f6b9017c8df1d44f
|
| #
eccdcbdc
|
| 30-Oct-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: fed3f0475c4939936354d3b4df5a86f70ba26a8e
|
| #
6d7c1e57
|
| 30-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatCompositeSetType() MatComposite can now do multiply in addition to add
Hg-commit: 4c5e06c87351afd0630cd1b00305dc0ca4344355
|
| #
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 ...
|
| #
e7e45bfe
|
| 02-Oct-2008 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge
Hg-commit: 4ce41ec671603b3855f0eec1c3fc7254a50c8b77
|
| #
dddc040d
|
| 01-Oct-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bf59f2c1a10db5ae6995f3b6d04d7c27a6b97294
|
| #
c87e5d42
|
| 01-Oct-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Added MatGetRowMinAbs()
Hg-commit: 641ef60822bb7bdb01f8731c75ca4e57cbd2fc5b
|
| #
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
|
| #
8d7c6759
|
| 26-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added profiling for VecView/Load and MatView/Load
Hg-commit: 5b55a0869ec22b6e2043299c07c23f6c9364fd0d
|
| #
404197b7
|
| 26-Sep-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: bfd3a83a4adc1cd389f373bde87fe159fad91161
|
| #
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 ...
|
| #
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 ...
|
| #
ebd3b9af
|
| 04-Sep-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed modified SNESComputeJacobian() to call the MatAssemblyBe
removed -mf_fd_coloring_jacobian_period and -dmmg_jacobian_period and function call friends because -snes_lag_jacobian does all that is needed modified SNESComputeJacobian() to call the MatAssemblyBegin/End() on matrix-free A everytime even if lag is not set to 1 this is what people would expect
Hg-commit: 296a77abbd7661b7fbc32fd263fb1abe69a4a9a5
show more ...
|
| #
3b224e63
|
| 28-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
basic Schur complement preconditioner is now working (no preconditioner on the Schur solve yet)
Hg-commit: b92a24fa5a99cb9f0f1ebe423a22c2cab0402a12
|
| #
33c5804c
|
| 27-Aug-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b51d38bfabbee5e3ec2e818f79d53556261e1c55
|
| #
07ed92cc
|
| 26-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ca6601fbfb9c76f3311277c715aa71fd9ed90ee6
|
| #
525ea815
|
| 26-Aug-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
fix typo, routine name is MatGetOwnershipRangesColumn()
Hg-commit: e351a1f54f0ab6f83cd2b30d0c90ea740ec257e6
|
| #
ef80971b
|
| 25-Aug-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
MatGetOwnershipRangesXXX() calls preallocate if needed.
Hg-commit: c88e91d8d146b2ffeebd8466b196c6d7209b51ef
|
| #
f4856b2b
|
| 25-Aug-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 9799501305902c23ccd1350cd545c1b253ed0538
|