Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1769 PetscScalar *newVertexCoords; in DMPlexTreeRefineCell() local
1958 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()