petsc-3.5.4 2015-05-23
Report Typos and Errors

VecSetDM

Sets the DM defining the data layout of the vector

Synopsis

#include "petscdm.h"     
PetscErrorCode VecSetDM(Vec v, DM dm)
Not collective

Input Parameters

v - The Vec
dm - The DM

See Also

VecGetDM(), DMGetLocalVector(), DMGetGlobalVector(), 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