Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3242 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()
[all …]