Lines Matching refs:numElems
510 PetscInt numElems; member
596 mesh->numElems = num; in GmshReadElements_v22()
793 PetscCall(PetscIntCast(numTotalElements, &mesh->numElems)); in GmshReadElements_v40()
1036 PetscCall(PetscIntCast(numElements, &mesh->numElems)); in GmshReadElements_v41()
1293 PetscInt ne = mesh->numElems; in GmshReadElements()
1310 PetscCall(GmshElementsCreate(mesh->numElems, &mesh->elements)); in GmshReadElements()
1320 GmshElement *elem = mesh->numElems ? mesh->elements : NULL; in GmshReadElements()
1333 for (e = 0; e < mesh->numElems; ++e) { in GmshReadElements()
1581 PetscInt numNodes = 0, numElems = 0, numVerts = 0, numCells = 0, vStart, vEnd; in DMPlexCreateGmsh() local
1711 numElems = mesh->numElems; in DMPlexCreateGmsh()
1794 for (cell = 0, e = 0; e < numElems; ++e) { in DMPlexCreateGmsh()