| #
2757ab59
|
| 30-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: fb934591fa72baff41731abd06297f92b5965190
|
| #
8ff23777
|
| 30-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
factor common options for PCSetFromOptions_ILU(), LU() etc into PCSetFromOptions_Factor() rename PCFactorSetPivoting -> PCFactorSetColumnPivot
Hg-commit: 9fc226d4711fc60f38c040374fd14f9fe3620f06
|
| #
186bafed
|
| 29-Oct-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 2abd163653da4b78c2f240bce7add61691d76163
|
| #
43b064c7
|
| 29-Oct-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 23a6e3bad89ffc1c15fb2629311034b127bf9788
|
| #
d6e5152c
|
| 29-Oct-2009 |
Hong Zhang <hzhang@mcs.anl.gov> |
add option for -pc_factor_shift_in_blocks
Hg-commit: 58cecc60488241bec9384237694d606c25f21301
|
| #
098c0d8d
|
| 24-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: a7710b011ce3f2c4ac169ab040d429403a541f7f
|
| #
7319c654
|
| 24-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
PCApplyRichardson() now takes a flag indicating if initial guess is zero, this saves work on application of SOR preconditioner in first iteration for example KSPSolve() checks if the norm of x is kno
PCApplyRichardson() now takes a flag indicating if initial guess is zero, this saves work on application of SOR preconditioner in first iteration for example KSPSolve() checks if the norm of x is known to be zero and if so temporarily sets the guess_zero flag in KSP (it is only temporarily cause in the next solve it may not be zero.
Hg-commit: 7c18a45dad7e4c7bb780a7cf7ffbc18bb03598c8
show more ...
|
| #
577f553c
|
| 10-Sep-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: b302d898bac3371c911f05e21d7060a1d1bc9432
|
| #
df826632
|
| 08-Sep-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
minor improvements/code modifications to MatRelax_SeqSBAIJ()
Hg-commit: 9de31ba8922331ba61bee731740c3ae28ff76b36
|
| #
2f00e3e0
|
| 23-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after update
Hg-commit: c176798e350520d7067bc61fb3e700169e4fb00d
|
| #
6ed231c7
|
| 21-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Allow unsorted subdomain indices in ASM
Hg-commit: fc2dccd6e2317e488ce5d2d36b578a430de1302a
|
| #
8a31d241
|
| 17-Jul-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed up bad #if !defined(__FNORM in a bunch of new fxxxx.h headers
Hg-commit: e4f7d048668222896b45e4296bf4a151702b411e
|
| #
2b691e39
|
| 17-Jul-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Tentative fix for multiple ASM domains on a givn process
Hg-commit: 25c4c2cc58c01baae010b6c414767d28b59f6798
|
| #
2b0c2e91
|
| 11-Jun-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 5546229f4264439461921ce7b178c1a44a07406e
|
| #
78ecfeb3
|
| 11-Jun-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f2371ef335e56c09b7cde288572ea258545ace61
|
| #
6891c3e4
|
| 10-Jun-2009 |
Jed Brown <jed@59A2.org> |
PCShell API change
PCShell functions now have PC as first argument, as in
apply(PC,Vec,Vec)
instead of the user context. The user context should be obtained with PCShellGetContext, as with MatS
PCShell API change
PCShell functions now have PC as first argument, as in
apply(PC,Vec,Vec)
instead of the user context. The user context should be obtained with PCShellGetContext, as with MatShell.
Hg-commit: ba1711e68e6d85b2619b5ebb90e20f446ebdaf25
show more ...
|
| #
bd878097
|
| 30-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: c3942d28fa9cd1afc015514900594c08526a3582
|
| #
519d70e2
|
| 29-May-2009 |
Jed Brown <jed@59A2.org> |
Use of diagonal of the real matrix (not just pmat) in PCFieldSplit.
Currently just -pc_fieldsplit_real_diagonal, can add API once we're sure this is how to do it.
Hg-commit: ec7f62ce64000c6ee45e534
Use of diagonal of the real matrix (not just pmat) in PCFieldSplit.
Currently just -pc_fieldsplit_real_diagonal, can add API once we're sure this is how to do it.
Hg-commit: ec7f62ce64000c6ee45e534e83bf19c28fe35a2e
show more ...
|
| #
7ca5e499
|
| 29-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Moved this code to the right place
Hg-commit: 2c0e3839f1789a95823a3848b11cef3154951c6b
|
| #
d3b1e0e7
|
| 29-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Fixes for preallocation, moved FieldSplit,
Hg-commit: 8fd95a0d98d57f4ed6abc8d476834d3db29e9f26
|
| #
0b0da1c5
|
| 27-May-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 1cebfc03201741aa243081d38356d05b150802f8
|
| #
084e4875
|
| 27-May-2009 |
Jed Brown <jed@59A2.org> |
[mq]: pmat in MatSchurComplement and PCFieldSplit
Hg-commit: 037ee9ad4d06062746277502b706d7bde73940fb
|
| #
f91d8e95
|
| 01-May-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
started hypre HYPRE_StructMatrix based PETSc matrix type hypre contains now outdated struct stencil and matrix stuff (will be removed next)
Hg-commit: 09c845b0ad214d20d8d422125e3595c17ebee30a
|
| #
98c7f12b
|
| 08-Dec-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b9f2c38d026b63674fca25846a518f5280c3bc50
|
| #
f61efa35
|
| 08-Dec-2008 |
Lisandro Dalcin <dalcinl@gmail.com> |
merge
Hg-commit: 4a90db32c7413d1e595940249151dc6831b8d773
|