Searched refs:oldCoords (Results 1 – 1 of 1) sorted by relevance
561 const PetscScalar *oldCoords = NULL; in PetscLagNodeIndicesPushForward() local611 PetscCall(VecGetArrayRead(coordVec, &oldCoords)); in PetscLagNodeIndicesPushForward()614 …for (d = 0; d < dim; d++) newCoords[(closure2[2 * (c + v)] - vStart) * dim + d] = oldCoords[closur… in PetscLagNodeIndicesPushForward()616 PetscCall(VecRestoreArrayRead(coordVec, &oldCoords)); in PetscLagNodeIndicesPushForward()