Searched refs:pV (Results 1 – 1 of 1) sorted by relevance
3242 PetscScalar *pV; in DMPlexComputeInterpolatorGeneral() local3253 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() local3409 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()3415 for (d = 0; d < dim; ++d) pV[q * dim + d] = x[d]; in DMPlexComputeMassMatrixGeneral()[all …]