Home
last modified time | relevance | path

Searched refs:nGlobal (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex9.c13 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 Dex9_1_nsize-1.out1 nGlobal: 3
H A Dex9_1_nsize-2.out1 nGlobal: 4
H A Dex9_1_nsize-3.out1 nGlobal: 5
/petsc/src/dm/impls/plex/
H A Dplextree.c2487 PetscInt nGlobal; in DMPlexComputeInterpolatorTree() local
2500 PetscCall(PetscSectionGetConstrainedStorageSize(globalFine, &nGlobal)); in DMPlexComputeInterpolatorTree()
2501 PetscCall(PetscCalloc2(nGlobal, &dnnz, nGlobal, &onnz)); in DMPlexComputeInterpolatorTree()