#include "mesh.h" int MeshCreateLocalCSR(Mesh mesh, int *numVertices, int *numEdges, int **vertOffsets, int **vertNeighbors, double **vertCoords, int numBC, int *bcNodes, PetscTruth symmetric)Not collective
mesh | - The mesh | |
numBC | - [Optional] The number of constrained nodes to be eliminated | |
bcNodes | - [Optional] The numbers of constrained nodes | |
symmetric | - Whether to return the entire adjacency list |
numVertices | - The number of vertices in the graph | |
numEdges | - The number of edges in the graph. | |
vertOffsets | - The list of offsets into the neighbor array for each vertex | |
vertNeighbors | - The list of vertex 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