#include "mesh.h" int MeshDestroyDualCSR(Mesh mesh, int *elemOffsets, int *elemNeighbors, int *edgeWeights)Not collective
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 |
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