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 ...
|