MeshRestrictClosure

Returns an array with the values in a given closure

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshRestrictClosure(Mesh mesh, SectionReal section, PetscInt point, PetscInt n, PetscScalar values[])
Not Collective

Input Parameters

mesh - The Mesh object
section - The section
point - The sieve point
n - The array size
array - The array to fill up

Output Parameter

array -The array full of values in the closure

Keywords

mesh, elements

See Also

MeshCreate()

Level:intermediate
Location:
src/dm/mesh/mesh.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages