Lines Matching refs:nX
1788 PetscInt nX; in LoadLabelsCtxCreate() local
1791 PetscCall(PetscSFGetGraph(sfXC, &nX, NULL, NULL, NULL)); in LoadLabelsCtxCreate()
1792 PetscCall(PetscLayoutCreateFromSizes((*ctx)->comm, nX, PETSC_DECIDE, 1, &(*ctx)->layoutX)); in LoadLabelsCtxCreate()
1821 PetscInt nX, nC; in ReadLabelStratumHDF5_Distribute_Private() local
1825 PetscCall(PetscSFGetGraph(sfXC, &nX, &nC, NULL, NULL)); in ReadLabelStratumHDF5_Distribute_Private()
1836 PetscCall(PetscCalloc3(n, &A_mask, nX, &X_mask, nC, &C_mask)); in ReadLabelStratumHDF5_Distribute_Private()
2916 PetscInt nX, n, i; in DMPlexSectionLoad_HDF5_Internal() local
2986 PetscCall(PetscSFGetGraph(sfXB, &nX, NULL, NULL, NULL)); in DMPlexSectionLoad_HDF5_Internal()
2987 PetscCall(PetscLayoutSetLocalSize(layout, nX)); in DMPlexSectionLoad_HDF5_Internal()
2997 PetscCall(PetscMalloc1(nX, &buffer)); in DMPlexSectionLoad_HDF5_Internal()
3002 for (i = 0; i < nX; ++i) { in DMPlexSectionLoad_HDF5_Internal()
3010 for (i = 0, nleaves = 0; i < nX; ++i) in DMPlexSectionLoad_HDF5_Internal()
3014 for (i = 0, nleaves = 0; i < nX; ++i) { in DMPlexSectionLoad_HDF5_Internal()