Searched refs:dEnd (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 68 PetscInt coneSize, dStart, dEnd, dim, ABswap, oAvert, oBvert, ABswapVert; in DMPlexReferenceTreeGetChildSymmetry_Default() local 77 PetscCall(DMPlexGetDepthStratum(dm, dim, &dStart, &dEnd)); in DMPlexReferenceTreeGetChildSymmetry_Default() 78 if (parent >= dStart && parent <= dEnd) break; in DMPlexReferenceTreeGetChildSymmetry_Default() 82 if (childA < dStart || childA >= dEnd) { in DMPlexReferenceTreeGetChildSymmetry_Default() 944 PetscInt p, dStart, dEnd, canon = -1, cNumChildren; in DMPlexSetTree_Internal() local 947 PetscCall(DMPlexGetDepthStratum(dm, d, &dStart, &dEnd)); in DMPlexSetTree_Internal() 948 for (p = dStart; p < dEnd; p++) { in DMPlexSetTree_Internal() 956 for (p = dStart; p < dEnd; p++) { in DMPlexSetTree_Internal() 2041 PetscInt dStart, dEnd; in DMPlexTreeRefineCell() local 2043 PetscCall(DMPlexGetDepthStratum(dm, d, &dStart, &dEnd)); in DMPlexTreeRefineCell() [all …]
|
| H A D | plexsubmesh.c | 957 PetscInt dEnd; in DMPlexConstructGhostCells_Internal() local 959 PetscCall(DMPlexGetDepthStratum(dm, d, NULL, &dEnd)); in DMPlexConstructGhostCells_Internal() 960 depthShift[2 * d] = dEnd; in DMPlexConstructGhostCells_Internal()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 799 PetscInt dStart, dEnd; in PetscDualSpaceGetNumDof() local 801 PetscCall(DMPlexGetDepthStratum(dm, d, &dStart, &dEnd)); in PetscDualSpaceGetNumDof() 802 if (dEnd <= dStart) continue; in PetscDualSpaceGetNumDof()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1921 PetscInt coneSize, dStart, dEnd, vStart, vEnd, dim, ABswap, oAvert, oBvert, ABswapVert; in DMReferenceTreeGetChildSymmetry_pforest() local 1936 PetscCall(DMPlexGetDepthStratum(dm, dim, &dStart, &dEnd)); in DMReferenceTreeGetChildSymmetry_pforest() 1937 if (parent >= dStart && parent <= dEnd) break; in DMReferenceTreeGetChildSymmetry_pforest() 1941 if (childA < dStart || childA >= dEnd) { /* a 1-cell in a 2-cell */ in DMReferenceTreeGetChildSymmetry_pforest()
|