Searched refs:pEndF (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2349 PetscInt pStartF, pEndF, pStartC, pEndC; in DMPforestGetTransferSF_Point() local 2365 PetscCall(DMPlexGetChart(plexF, &pStartF, &pEndF)); in DMPforestGetTransferSF_Point() 2378 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point() 2379 PetscCall(PetscArraycpy(cids, pforestC->pointSelfToAdaptCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point() 2392 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point() 2393 PetscCall(PetscArraycpy(cids, pforestF->pointAdaptToSelfCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point() 2510 PetscCall(PetscMalloc1(pEndF - pStartF, &roots)); in DMPforestGetTransferSF_Point() 2511 PetscCall(PetscMalloc1(pEndF - pStartF, &rootType)); in DMPforestGetTransferSF_Point() 2513 for (p = pStartF; p < pEndF; p++) { in DMPforestGetTransferSF_Point() 2521 PetscCall(PetscMalloc1(pEndF - pStartF, &cids)); in DMPforestGetTransferSF_Point() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2078 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexComputeInterpolatorTree() local 2087 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexComputeInterpolatorTree() 3280 PetscInt pStartF, pEndF, pStartC, pEndC, p, maxDof, numMulti; in DMPlexTransferInjectorTree() local 3291 PetscCall(DMPlexGetChart(fine, &pStartF, &pEndF)); in DMPlexTransferInjectorTree() 3295 PetscCall(PetscSectionSetChart(leafIndicesSec, pStartF, pEndF)); in DMPlexTransferInjectorTree() 3379 …PetscCall(PetscMalloc2(pEndC - pStartC, &parentNodeAndIdCoarse, pEndF - pStartF, &parentNodeAndIdF… in DMPlexTransferInjectorTree() 3402 for (p = pStartF; p < pEndF; p++) { in DMPlexTransferInjectorTree() 3409 for (p = pStartF, nleavesToParents = 0; p < pEndF; p++) { in DMPlexTransferInjectorTree() 3427 for (p = pStartF, nleavesToParents = 0; p < pEndF; p++) { in DMPlexTransferInjectorTree() 3520 PetscInt pStartC, pEndC, pStartF, pEndF, p; in DMPlexComputeInjectorTree() local [all …]
|