MeshRestoreNodeSupport

This function returns the support array from MeshGetNodeSupport().

Synopsis

#include "mesh.h" 
int MeshRestoreNodeSupport(Mesh mesh, int node, int elem, int *degree, int **support)
Not collective

Input Parameters

mesh - The mesh
node - The node containing the basis function
elem - An element containing the node, -1 for a search
degree - The degree pf the node
support - A list of the elements in the support

Keywords

mesh, support

See Also

MeshGetNodeSupport()

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