petsc-3.4.5 2014-06-29

DMSetVecType

Sets the type of vector created with DMCreateLocalVector() and DMCreateGlobalVector()

Synopsis

#include "petscdm.h"     
PetscErrorCode  DMSetVecType(DM da,VecType ctype)
Logically Collective on DMDA

Input Parameter

Options Database

See Also

DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMDestroy(), DMDA, DMDAInterpolationType, VecType

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

da - initial distributed array
ctype - the vector type, currently either VECSTANDARD or VECCUSP
-dm_vec_type ctype-