| 435f959e | 17-Jan-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
Added MatView_SchurComplement() to view parts of matrix Changed notation of PCView_Fieldsplit_Schur() to use A00, A01, A10, A11 notation instead of A, B, C, D
Hg-commit: 01877cdd11f782ec507ac3b082a8
Added MatView_SchurComplement() to view parts of matrix Changed notation of PCView_Fieldsplit_Schur() to use A00, A01, A10, A11 notation instead of A, B, C, D
Hg-commit: 01877cdd11f782ec507ac3b082a8d6835bc2106d
show more ...
|
| 6c924f48 | 15-May-2010 |
Jed Brown <jed@59A2.org> |
PCFieldSplit: remove command line versus code conflict
* Factor out PCFieldSplitSetRuntimeSplits_Private()
* Splits defined using the options database become permanent, subsequent calls to PCFiel
PCFieldSplit: remove command line versus code conflict
* Factor out PCFieldSplitSetRuntimeSplits_Private()
* Splits defined using the options database become permanent, subsequent calls to PCFieldSplitSet(IS|Fields) will not create new splits. This is a problem that may be slightly confusing, so such cases are logged with PetscInfo.
* Add tests of setting options with both code-defined (string) and options database (numeric) prefixes.
* Always use PetscSNPrintf() for creating prefixes (note that it now involves an additional user-defined string)
Hg-commit: 978e0f333fff90b0c3226a36fdc401b53b28895e
show more ...
|