petsc-3.4.5 2014-06-29
MATNEST
MATNEST = "nest" - Matrix type consisting of nested submatrices, each stored separately.
Notes
This matrix type permits scalable use of PCFieldSplit and avoids the large memory costs of extracting submatrices.
It allows the use of symmetric and block formats for parts of multi-physics simulations.
It is usually used with DMComposite and DMCreateMatrix()
See Also
MatCreate(), MatType, MatCreateNest()
Level:intermediate
Location:src/mat/impls/nest/matnest.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages