PETSc version 3.17.0
Fix/Edit manual page

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 on da

Input Parameters

da - initial distributed array
ctype - the vector type, currently either VECSTANDARD, VECCUDA, or VECVIENNACL

Options Database

-dm_vec_type ctype - the type of vector to create

See Also

DMCreate(), DMDestroy(), DM, DMDAInterpolationType, VecType, DMGetVecType(), DMSetMatType(), DMGetMatType()

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