DMGetMatType#

Gets the type of matrix that would be created with DMCreateMatrix()

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMGetMatType(DM dm, MatType *ctype)

Logically Collective

Input Parameter#

  • dm - the DM context

Output Parameter#

  • ctype - the matrix type

See Also#

DM Basics, DM, DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMCreateMatrix(), DMCreateMassMatrix(), DMSetMatrixPreallocateOnly(), MatType, 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