Searched refs:pNewStart (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1765 PetscInt dim, *pNewStart, *pNewEnd, *pNewCount, *pOldStart, *pOldEnd, offset, d, pStart, pEnd; in DMPlexTreeRefineCell() local 1785 …PetscCall(PetscMalloc5(dim + 1, &pNewCount, dim + 1, &pNewStart, dim + 1, &pNewEnd, dim + 1, &pOld… in DMPlexTreeRefineCell() 1790 pNewStart[d] = offset; in DMPlexTreeRefineCell() 1808 pNewEnd[d] = pNewStart[d] + pNewCount[d]; in DMPlexTreeRefineCell() 1840 … if (q >= pOldStart[d] && q < pOldEnd[d]) Kembedding[p] = (q - pOldStart[d]) + pNewStart[d]; in DMPlexTreeRefineCell() 1917 newCones[offset] = (cone[l] - pOldStart[d + 1]) + pNewStart[d + 1]; in DMPlexTreeRefineCell() 1958 PetscCall(PetscMalloc1(dim * (pNewEnd[dim] - pNewStart[dim]), &newVertexCoords)); in DMPlexTreeRefineCell() 2028 PetscCall(PetscFree5(pNewCount, pNewStart, pNewEnd, pOldStart, pOldEnd)); in DMPlexTreeRefineCell()
|