Lines Matching refs:PetscIntCast
252 PetscCall(PetscIntCast(count, &icount)); in GmshRead()
263 PetscCall(PetscIntCast(count, &icount)); in GmshReadString()
683 PetscCall(PetscIntCast(lnum, &num)); in GmshReadEntities_v40()
693 PetscCall(PetscIntCast(lnum, &num)); in GmshReadEntities_v40()
724 PetscCall(PetscIntCast(numTotalNodes, &mesh->numNodes)); in GmshReadNodes_v40()
736 PetscCall(PetscIntCast(numNodes * nbytes, &icnt)); in GmshReadNodes_v40()
793 PetscCall(PetscIntCast(numTotalElements, &mesh->numElems)); in GmshReadElements_v40()
809 PetscCall(PetscIntCast((1 + numNodes) * numElements, &icnt)); in GmshReadElements_v40()
948 PetscCall(PetscIntCast(numTags, &entity->numTags)); in GmshReadEntities_v41()
987 PetscCall(PetscIntCast(numNodes, &mesh->numNodes)); in GmshReadNodes_v41()
1008 PetscCall(PetscIntCast(sizes[2], &gmsh->nodeStart)); in GmshReadNodes_v41()
1009 PetscCall(PetscIntCast(sizes[3] + 1, &gmsh->nodeEnd)); in GmshReadNodes_v41()
1036 PetscCall(PetscIntCast(numElements, &mesh->numElems)); in GmshReadElements_v41()
1059 PetscCall(PetscIntCast(numVerts, &element->numVerts)); in GmshReadElements_v41()
1060 PetscCall(PetscIntCast(numNodes, &element->numNodes)); in GmshReadElements_v41()
1061 PetscCall(PetscIntCast(numTags, &element->numTags)); in GmshReadElements_v41()