petsc-3.7.1 2016-05-15
Report Typos and Errors

DMGetNamedGlobalVector

get access to a named, persistent global vector

Synopsis

#include "petscdm.h" 
PetscErrorCode DMGetNamedGlobalVector(DM dm,const char *name,Vec *X)
Collective on DM Many br

Input Arguments

dm - DM to hold named vectors Many br
name - unique name for Vec Many br

Output Arguments

X -named Vec Many br

Many br

Note: If a Vec with the given name does not exist, it is created. Many br

See Also

DMRestoreNamedGlobalVector()

Level:developer
Location:
src/dm/interface/dmget.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages