Searched refs:lnum (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | gen1wd.c | 36 PetscInt node, nsep, lnum, nlvl, root; in SPARSEPACKgen1wd() local 72 lnum = num + 1; in SPARSEPACKgen1wd() 77 for (k = lnum; k <= i__3; ++k) { in SPARSEPACKgen1wd()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 663 long lnum, lbuf[4]; in GmshReadEntities_v40() local 681 PetscCall(PetscViewerRead(viewer, &lnum, 1, NULL, PETSC_LONG)); in GmshReadEntities_v40() 682 if (byteSwap) PetscCall(PetscByteSwap(&lnum, PETSC_LONG, 1)); in GmshReadEntities_v40() 683 PetscCall(PetscIntCast(lnum, &num)); in GmshReadEntities_v40() 690 PetscCall(PetscViewerRead(viewer, &lnum, 1, NULL, PETSC_LONG)); in GmshReadEntities_v40() 691 if (byteSwap) PetscCall(PetscByteSwap(&lnum, PETSC_LONG, 1)); in GmshReadEntities_v40() 692 PetscCall(GmshBufferGet(gmsh, lnum, sizeof(int), &ibuf)); in GmshReadEntities_v40() 693 PetscCall(PetscIntCast(lnum, &num)); in GmshReadEntities_v40()
|