Home
last modified time | relevance | path

Searched refs:numEntityBlocks (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c714 long block, node, n, t, numEntityBlocks, numTotalNodes, numNodes; in GmshReadNodes_v40() local
719 PetscCall(PetscViewerRead(viewer, &numEntityBlocks, 1, NULL, PETSC_LONG)); in GmshReadNodes_v40()
720 if (byteSwap) PetscCall(PetscByteSwap(&numEntityBlocks, PETSC_LONG, 1)); in GmshReadNodes_v40()
726 for (n = 0, block = 0; block < numEntityBlocks; ++block) { in GmshReadNodes_v40()
780 long c, block, numEntityBlocks, numTotalElements, elem, numElements; in GmshReadElements_v40() local
788 PetscCall(PetscViewerRead(viewer, &numEntityBlocks, 1, NULL, PETSC_LONG)); in GmshReadElements_v40()
789 if (byteSwap) PetscCall(PetscByteSwap(&numEntityBlocks, PETSC_LONG, 1)); in GmshReadElements_v40()
795 for (c = 0, block = 0; block < numEntityBlocks; ++block) { in GmshReadElements_v40()
977 PetscCount sizes[4], numEntityBlocks, numNodes, numNodesBlock = 0; in GmshReadNodes_v41() local
984 numEntityBlocks = sizes[0]; in GmshReadNodes_v41()
[all …]