petsc-3.8.4 2018-03-24
Report Typos and Errors

DMShellSetLocalVector

sets a template local vector associated with the DMShell

Synopsis

#include "petscdmshell.h"  
PetscErrorCode DMShellSetLocalVector(DM dm,Vec X)
Logically Collective on DM

Input Arguments

dm - shell DM
X - template vector

See Also

DMCreateLocalVector(), DMShellSetMatrix(), DMShellSetCreateLocalVector()

Level:advanced
Location:
src/dm/impls/shell/dmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex73f90t.F90.html