#include "mesh.h" int MeshDestroyLocalCSR(Mesh mesh, int *vertOffsets, int *vertNeighbors, double *vertCoords)Not collective
mesh | - The mesh | |
vertOffsets | - The list of offsets into the neighbor array for each element | |
vertNeighbors | - The list of element neighbors | |
vertCoords | - The list of vertex coordinates |
Level:advanced
Location:src/mesh/interface/meshCSR.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages