Searched refs:newVertexCoords (Results 1 – 1 of 1) sorted by relevance
1769 PetscScalar *newVertexCoords; in DMPlexTreeRefineCell() local1958 PetscCall(PetscMalloc1(dim * (pNewEnd[dim] - pNewStart[dim]), &newVertexCoords)); in DMPlexTreeRefineCell()1986 for (l = 0; l < dof; l++) newVertexCoords[offset++] = coordvals[off + l]; in DMPlexTreeRefineCell()2006 for (l = 0; l < dim; ++l) newVertexCoords[offset + l] = newCoord[l]; in DMPlexTreeRefineCell()2022 …lexCreateFromDAG(*ncdm, dim, pNewCount, newConeSizes, newCones, newOrientations, newVertexCoords)); in DMPlexTreeRefineCell()2031 PetscCall(PetscFree(newVertexCoords)); in DMPlexTreeRefineCell()