Searched refs:pStartC (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2078 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexComputeInterpolatorTree() local 2086 PetscCall(DMPlexGetChart(coarse, &pStartC, &pEndC)); in DMPlexComputeInterpolatorTree() 2111 PetscCall(PetscMalloc1(pEndC - pStartC, &maxChildIds)); in DMPlexComputeInterpolatorTree() 2112 for (p = pStartC; p < pEndC; p++) maxChildIds[p - pStartC] = -2; in DMPlexComputeInterpolatorTree() 2129 PetscCall(PetscSectionSetChart(rootIndicesSec, pStartC, pEndC)); in DMPlexComputeInterpolatorTree() 2130 PetscCall(PetscSectionSetChart(rootMatricesSec, pStartC, pEndC)); in DMPlexComputeInterpolatorTree() 2138 for (p = pStartC; p < pEndC; p++) { /* count the sizes of the indices and matrices */ in DMPlexComputeInterpolatorTree() 2142 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexComputeInterpolatorTree() 2235 for (p = pStartC; p < pEndC; p++) { in DMPlexComputeInterpolatorTree() 2239 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexComputeInterpolatorTree() [all …]
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2349 PetscInt pStartF, pEndF, pStartC, pEndC; in DMPforestGetTransferSF_Point() local 2367 PetscCall(DMPlexGetChart(plexC, &pStartC, &pEndC)); in DMPforestGetTransferSF_Point() 2823 numRoots = pEndC - pStartC; in DMPforestGetTransferSF_Point() 2897 PetscInt pStartC, pEndC, pStartF, pEndF; in DMPforestGetTransferSF_Internal() local 2926 PetscCall(DMPlexGetChart(plexC, &pStartC, &pEndC)); in DMPforestGetTransferSF_Internal() 2939 PetscCall(PetscSectionSetChart(rootSection, pStartC, pEndC)); in DMPforestGetTransferSF_Internal() 2965 PetscCall(PetscMalloc1(pEndC - pStartC, &offsetsRoot)); in DMPforestGetTransferSF_Internal() 2966 …for (p = pStartC; p < pEndC; p++) PetscCall(PetscSectionGetOffset(rootSection, p, &offsetsRoot[p -… in DMPforestGetTransferSF_Internal()
|