MeshCreateGlobalRealVector

Creates a vector of the correct size to be gathered into by the mesh.

Synopsis

#include "petscmesh.h"   
PetscErrorCode PETSCDM_DLLEXPORT MeshCreateGlobalRealVector(Mesh mesh, SectionReal section, Vec *gvec)
Collective on Mesh

Input Parameters

mesh - the mesh object
section - The SectionReal

Output Parameters

gvec -the global vector

See Also

MeshDestroy(), MeshCreate(), MeshCreateGlobalVector()

Level:advanced
Location:
src/dm/mesh/section.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages