MeshDestroyLocalCSR

Destroys the local mesh in CSR format

Synopsis

#include "mesh.h" 
int MeshDestroyLocalCSR(Mesh mesh, int *vertOffsets, int *vertNeighbors, double *vertCoords)
Not collective

Input Parameters

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

Keywords

mesh, partition

See Also

MeshCreateLocalCSR(), MeshPartition()

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