Lines Matching refs:numEntityBlocks
714 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()
989 …numEntityBlocks && !mesh->entities) PetscCall(PetscInfo(NULL, "File specifies %" PetscCount_FMT " … in GmshReadNodes_v41()
990 for (PetscCount block = 0, node = 0; block < numEntityBlocks; ++block, node += numNodesBlock) { in GmshReadNodes_v41()
1026 …PetscCount sizes[4], numEntityBlocks, numElements, numBlockElements, numVerts, numNodes, numTags… in GmshReadElements_v41() local
1033 numEntityBlocks = sizes[0]; in GmshReadElements_v41()
1038 …numEntityBlocks && !mesh->entities) PetscCall(PetscInfo(NULL, "File specifies %" PetscCount_FMT " … in GmshReadElements_v41()
1039 for (c = 0, block = 0; block < numEntityBlocks; ++block) { in GmshReadElements_v41()