Searched refs:nGlobal (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex9.c | 13 PetscInt i, nLocal = 3, nGlobal; in main() local 28 nGlobal = size - 1 + nLocal; in main() 31 PetscCall(PetscViewerASCIIPrintf(viewer, "nGlobal: %" PetscInt_FMT "\n", nGlobal)); in main() 50 PetscCall(PetscLayoutCreateFromSizes(comm, PETSC_DECIDE, nGlobal, 1, &rootLayout)); in main()
|
| /petsc/src/vec/is/is/tests/output/ |
| H A D | ex9_1_nsize-1.out | 1 nGlobal: 3
|
| H A D | ex9_1_nsize-2.out | 1 nGlobal: 4
|
| H A D | ex9_1_nsize-3.out | 1 nGlobal: 5
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2487 PetscInt nGlobal; in DMPlexComputeInterpolatorTree() local 2500 PetscCall(PetscSectionGetConstrainedStorageSize(globalFine, &nGlobal)); in DMPlexComputeInterpolatorTree() 2501 PetscCall(PetscCalloc2(nGlobal, &dnnz, nGlobal, &onnz)); in DMPlexComputeInterpolatorTree()
|