Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1765 PetscInt dim, *pNewStart, *pNewEnd, *pNewCount, *pOldStart, *pOldEnd, offset, d, pStart, pEnd; in DMPlexTreeRefineCell() local
1785 …(dim + 1, &pNewCount, dim + 1, &pNewStart, dim + 1, &pNewEnd, dim + 1, &pOldStart, dim + 1, &pOldE… in DMPlexTreeRefineCell()
1791 PetscCall(DMPlexGetHeightStratum(dm, d, &pOldStart[d], &pOldEnd[d])); in DMPlexTreeRefineCell()
1793 pOldCount = pOldEnd[d] - pOldStart[d]; in DMPlexTreeRefineCell()
1811pOldStart[0] && cell < pOldEnd[0], PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "%" PetscInt_FMT " n… in DMPlexTreeRefineCell()
1840 … if (q >= pOldStart[d] && q < pOldEnd[d]) Kembedding[p] = (q - pOldStart[d]) + pNewStart[d]; in DMPlexTreeRefineCell()
1872 for (p = pOldStart[d]; p < pOldEnd[d]; p++) { in DMPlexTreeRefineCell()
1909 for (p = pOldStart[d]; p < pOldEnd[d]; p++) { in DMPlexTreeRefineCell()
1917 newCones[offset] = (cone[l] - pOldStart[d + 1]) + pNewStart[d + 1]; in DMPlexTreeRefineCell()
1983 for (v = pOldStart[dim]; v < pOldEnd[dim]; v++) { in DMPlexTreeRefineCell()
[all …]