Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c658 const PetscScalar *gradArray; in TestFVGrad() local
682 PetscCall(VecGetArrayRead(locGrad, &gradArray)); in TestFVGrad()
696 PetscCall(DMPlexPointLocalRead(dmgrad, c, gradArray, &compGrad)); in TestFVGrad()
709 PetscCall(VecRestoreArrayRead(locGrad, &gradArray)); in TestFVGrad()
/petsc/src/dm/impls/plex/
H A Dplextree.c3770 const PetscScalar *gradArray = NULL; in DMPlexTransferVecTree_Interpolate() local
3834 PetscCall(VecGetArrayRead(grad, &gradArray)); in DMPlexTransferVecTree_Interpolate()
3911 PetscCall(DMPlexPointGlobalRead(gradDM, p, gradArray, (void *)&gradVals)); in DMPlexTransferVecTree_Interpolate()