petsc-3.12.5 2020-03-29
DMGetVecType
Gets the type of vector created with DMCreateLocalVector() and DMCreateGlobalVector()
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMGetVecType(DM da,VecType *ctype)
Logically Collective on da
Input Parameter
| da | - initial distributed array
|
Output Parameter
| ctype | - the vector type
|
See Also
DMCreate(), DMDestroy(), DM, DMDAInterpolationType, VecType, DMSetMatType(), DMGetMatType(), DMSetVecType()
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