| 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 ...
|
| eec7e3fa | 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
rank-straddling GASM is trickier than I had thought. ex8g seems to work now. There is an inherent serialization of subdomain solves imposed by the current PCGASMCreateSubdomains2D algorithm. Subdoma
rank-straddling GASM is trickier than I had thought. ex8g seems to work now. There is an inherent serialization of subdomain solves imposed by the current PCGASMCreateSubdomains2D algorithm. Subdomains should be globally reordered, to remove serialization. This can be done, but I haven't done it yet. In general, the burden is on the user to provide a good subdomain ordering.
Hg-commit: 51d041259f83c4fcb9b36890def11afa295ad5ca
show more ...
|