DMShellSetLocalVector#

sets a template local vector associated with the DMSHELL

Synopsis#

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

Logically Collective

Input Parameters#

  • dm - DMSHELL

  • X - template vector

See Also#

DM, DMSHELL, DMCreateLocalVector(), DMShellSetMatrix(), DMShellSetCreateLocalVector()

Level#

advanced

Location#

src/dm/impls/shell/dmshell.c

Examples#

src/snes/tutorials/ex73f90t.F90


Edit on GitLab

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages