MeshRestrictClosure

Returns an array with the values in a given closure

Synopsis

#include "petscmesh.h"   
PetscErrorCode MeshRestrictClosure(Mesh mesh, const char name[], PetscInt point, PetscInt *n, const PetscScalar *values[])
Not Collective

Input Parameters

mesh - The Mesh object
name - The section name
point - The sieve point

Output Parameters

n - The number of values
array - The array

Keywords

mesh, elements

See Also

MeshCreate()

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