petsc-3.3-p7 2013-05-11

DMSetMatType

Sets the type of matrix created with DMCreateMatrix()

Synopsis

#include "petscdm.h"     
PetscErrorCode  DMSetMatType(DM dm,const MatType ctype)
Logically Collective on DM

Input Parameter

Options Database

See Also

DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMCreateMatrix(), DMSetMatrixPreallocateOnly(), MatType

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/ex48.c.html
dm - the DM context
ctype - the matrix type
-dm_mat_type ctype-