Lines Matching refs:pV

3242           PetscScalar       *pV;  in DMPlexComputeInterpolatorGeneral()  local
3253 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3259 for (d = 0; d < dim; ++d) pV[q * dim + d] = x[d]; in DMPlexComputeInterpolatorGeneral()
3261 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3268 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3280 for (d = 0; d < dim; ++d) pVReal[d] = PetscRealPart(pV[ccell * dim + d]); in DMPlexComputeInterpolatorGeneral()
3303 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3397 PetscScalar *pV; in DMPlexComputeMassMatrixGeneral() local
3409 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3415 for (d = 0; d < dim; ++d) pV[q * dim + d] = x[d]; in DMPlexComputeMassMatrixGeneral()
3417 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3478 PetscScalar *pV; in DMPlexComputeMassMatrixGeneral() local
3490 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3496 for (d = 0; d < dim; ++d) pV[q * dim + d] = x[d]; in DMPlexComputeMassMatrixGeneral()
3498 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3504 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3512 for (d = 0; d < dim; ++d) pVReal[d] = PetscRealPart(pV[ccell * dim + d]); in DMPlexComputeMassMatrixGeneral()
3548 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()