MeshDestroyDualCSR

Destroys the dual of the mesh in distributed CSR format

Synopsis

#include "mesh.h" 
int MeshDestroyDualCSR(Mesh mesh, int *elemOffsets, int *elemNeighbors, int *edgeWeights)
Not collective

Input Parameters

mesh - The mesh
elemOffsets - List of offsets into the neighbor array for each element
elemNeighbors - List of element neighbors
edgeWeights - List of edge weights for the dual graph

Keywords

mesh, partition, dual

See Also

MeshCreateDualCSR(), 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