Searched refs:coordvals (Results 1 – 1 of 1) sorted by relevance
1967 PetscScalar *coordvals; in DMPlexTreeRefineCell() local1982 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()