#include "petscdm.h" PetscErrorCode DMGetNamedLocalVector(DM dm,const char *name,Vec *X)Not Collective
dm | - DM to hold named vectors | |
name | - unique name for Vec |
Note: If a Vec with the given name does not exist, it is created.
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