#include "mesh.h" int MeshGetNodeSupport(Mesh mesh, int node, int elem, int *degree, int **support)Not collective
mesh | - The mesh | |
node | - The node containing the basis function | |
elem | - An element containing the node, -1 for a search |
degree | - The degree of the node | |
support | - A list of the elements in the support |
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