Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1967 PetscScalar *coordvals; in DMPlexTreeRefineCell() local
1982 PetscCall(VecGetArray(coords, &coordvals)); in DMPlexTreeRefineCell()
1986 for (l = 0; l < dof; l++) newVertexCoords[offset++] = coordvals[off + l]; in DMPlexTreeRefineCell()
1988 PetscCall(VecRestoreArray(coords, &coordvals)); in DMPlexTreeRefineCell()
1992 PetscCall(VecGetArray(coords, &coordvals)); in DMPlexTreeRefineCell()
2004 for (l = 0; l < dim; ++l) coord[l] = PetscRealPart(coordvals[off + l]); in DMPlexTreeRefineCell()
2010 PetscCall(VecRestoreArray(coords, &coordvals)); in DMPlexTreeRefineCell()