Searched refs:nint (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/vec/utils/tagger/tutorials/ |
| H A D | ex1.c | 28 PetscInt n, nloc, nint, i, j, k, localStart, localEnd, ntagged, nuntagged; in main() local 88 PetscCall(VecTaggerComputeBoxes(tagger, vec, &nint, &boxes, &listed)); in main() 98 PetscCall(PetscViewerASCIIPrintf(viewer, "Num boxes: %" PetscInt_FMT "\n", nint)); in main() 100 for (i = 0, k = 0; i < nint; i++) { in main()
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 78 $ printf '#include<stdio.h>\nint main(){printf("cc OK!\\n");}' > t.c && cc t.c && ./a.out && rm -f … 88 $ printf '#include<iostream>\nint main(){std::cout<<"c++ OK!"<<std::endl;}' > t.cpp && c++ t.cpp &&…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 612 const int off = binary ? 0 : 1, nint = 1 + numTags + numNodes - off; in GmshReadElements_v22() local 614 PetscCall(PetscViewerRead(viewer, ibuf + off, nint, NULL, PETSC_ENUM)); in GmshReadElements_v22() 615 if (byteSwap) PetscCall(PetscByteSwap(ibuf + off, PETSC_ENUM, nint)); in GmshReadElements_v22()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 848 (hg/turbulent-nint 10) 942 (soot/turbulent-nint 10) 1006 (sox/turbulent-nint 10) 1123 (nox/turbulent-nint 10)
|