Searched refs:gradArray (Results 1 – 2 of 2) sorted by relevance
658 const PetscScalar *gradArray; in TestFVGrad() local682 PetscCall(VecGetArrayRead(locGrad, &gradArray)); in TestFVGrad()696 PetscCall(DMPlexPointLocalRead(dmgrad, c, gradArray, &compGrad)); in TestFVGrad()709 PetscCall(VecRestoreArrayRead(locGrad, &gradArray)); in TestFVGrad()
3770 const PetscScalar *gradArray = NULL; in DMPlexTransferVecTree_Interpolate() local3834 PetscCall(VecGetArrayRead(grad, &gradArray)); in DMPlexTransferVecTree_Interpolate()3911 PetscCall(DMPlexPointGlobalRead(gradDM, p, gradArray, (void *)&gradVals)); in DMPlexTransferVecTree_Interpolate()