Home
last modified time | relevance | path

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

/petsc/src/dm/field/tutorials/
H A Dex1.c159 Vec ctxVec = NULL; in TestShellEvaluate() local
167 PetscCall(DMFieldShellGetContext(field, &ctxVec)); in TestShellEvaluate()
171 PetscCall(VecGetArrayRead(ctxVec, &mult)); in TestShellEvaluate()
205 PetscCall(VecRestoreArrayRead(ctxVec, &mult)); in TestShellEvaluate()
211 Vec ctxVec = NULL; in TestShellDestroy() local
214 PetscCall(DMFieldShellGetContext(field, &ctxVec)); in TestShellDestroy()
215 PetscCall(VecDestroy(&ctxVec)); in TestShellDestroy()
279 Vec ctxVec; in main() local
283 PetscCall(VecCreateSeq(PETSC_COMM_SELF, nc, &ctxVec)); in main()
284 PetscCall(VecSetUp(ctxVec)); in main()
[all …]