DMSetMatType#
Sets the type of matrix created with DMCreateMatrix()
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetMatType(DM dm, MatType ctype)
Logically Collective
Input Parameters#
Options Database Key#
-dm_mat_type ctype - the type of the matrix to create, for example mpiaij
See Also#
DM Basics, DM
, MatType
, DMDACreate1d()
, DMDACreate2d()
, DMDACreate3d()
, DMCreateMatrix()
, DMCreateMassMatrix()
, DMSetMatrixPreallocateOnly()
, DMGetMatType()
, DMCreateGlobalVector()
, DMCreateLocalVector()
Level#
intermediate
Location#
Examples#
src/snes/tutorials/ex48.c
src/ksp/ksp/tutorials/ex70.c
src/ksp/ksp/tutorials/ex42.c
src/snes/tutorials/ex55.c
src/ksp/ksp/tutorials/ex49.c
src/ksp/ksp/tutorials/ex43.c
src/snes/tutorials/ex35.c
src/snes/tutorials/ex14.c
src/ksp/ksp/tutorials/ex71.c
src/dm/tutorials/ex14.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages