Matrix Operations (Mat)#
PETSc matrices (Mat
objects) are used to store Jacobians and other sparse matrices
in PDE-based (or other) simulations. Users guide chapter: Matrices. See also Matrix colorings (MatColoring), orderings (MatOrdering), partitionings (MatPartitioning), and coarsening (MatCoarsen).