Lines Matching refs:pointVec

3241           Vec                pointVec;  in DMPlexComputeInterpolatorGeneral()  local
3251 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Np * dim, &pointVec)); in DMPlexComputeInterpolatorGeneral()
3252 PetscCall(VecSetBlockSize(pointVec, dim)); in DMPlexComputeInterpolatorGeneral()
3253 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3261 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3264 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeInterpolatorGeneral()
3268 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3303 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeInterpolatorGeneral()
3305 PetscCall(VecDestroy(&pointVec)); in DMPlexComputeInterpolatorGeneral()
3396 Vec pointVec; in DMPlexComputeMassMatrixGeneral() local
3407 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nq * dim, &pointVec)); in DMPlexComputeMassMatrixGeneral()
3408 PetscCall(VecSetBlockSize(pointVec, dim)); in DMPlexComputeMassMatrixGeneral()
3409 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3417 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3419 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeMassMatrixGeneral()
3449 PetscCall(VecDestroy(&pointVec)); in DMPlexComputeMassMatrixGeneral()
3477 Vec pointVec; in DMPlexComputeMassMatrixGeneral() local
3488 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nq * dim, &pointVec)); in DMPlexComputeMassMatrixGeneral()
3489 PetscCall(VecSetBlockSize(pointVec, dim)); in DMPlexComputeMassMatrixGeneral()
3490 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3498 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3500 PetscCall(DMLocatePoints(dmc, pointVec, DM_POINTLOCATION_NEAREST, &coarseCellSF)); in DMPlexComputeMassMatrixGeneral()
3504 PetscCall(VecGetArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3548 PetscCall(VecRestoreArray(pointVec, &pV)); in DMPlexComputeMassMatrixGeneral()
3550 PetscCall(VecDestroy(&pointVec)); in DMPlexComputeMassMatrixGeneral()