petsc-3.4.5 2014-06-29

MatSetDM

Sets the DM defining the data layout of the matrix

Synopsis

#include "petscdm.h"     
PetscErrorCode MatSetDM(Mat A, DM dm)
Not collective

Input Parameters

A - The Mat
dm - The DM

See Also

MatGetDM(), DMCreateMatrix(), DMSetMatType()

Level:intermediate
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex35.c.html