#include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMSetVecType(DM da,VecType ctype)Logically Collective on DM
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 | - |