Searched refs:pNewEnd (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() 1808 pNewEnd[d] = pNewStart[d] + pNewCount[d]; in DMPlexTreeRefineCell() 1809 offset = pNewEnd[d]; in DMPlexTreeRefineCell() 1815 PetscCall(PetscMalloc1(pNewEnd[dim], &newConeSizes)); in DMPlexTreeRefineCell() 1864 PetscCall(PetscSectionSetChart(parentSection, 0, pNewEnd[dim])); in DMPlexTreeRefineCell() 1958 PetscCall(PetscMalloc1(dim * (pNewEnd[dim] - pNewStart[dim]), &newVertexCoords)); in DMPlexTreeRefineCell() 2028 PetscCall(PetscFree5(pNewCount, pNewStart, pNewEnd, pOldStart, pOldEnd)); in DMPlexTreeRefineCell()
|