DMSetVecType#
Sets the type of vector created with DMCreateLocalVector()
and DMCreateGlobalVector()
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetVecType(DM da, VecType ctype)
Logically Collective
Input Parameters#
da - initial distributed array
ctype - the vector type, for example
VECSTANDARD
,VECCUDA
, orVECVIENNACL
Options Database Key#
-dm_vec_type ctype - the type of vector to create
See Also#
DM Basics, DM
, DMCreate()
, DMDestroy()
, DM
, DMDAInterpolationType
, VecType
, DMGetVecType()
, DMSetMatType()
, DMGetMatType()
,
VECSTANDARD
, VECCUDA
, VECVIENNACL
, DMCreateLocalVector()
, DMCreateGlobalVector()
Level#
intermediate
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages