Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex22.c217 Vec x, u_global; in ExactSolution() local
233 PetscCall(DMCompositeGetAccess(packer, U, &w, &u_global, 0)); in ExactSolution()
235 PetscCall(PFApplyVec(pf, x, u_global)); in ExactSolution()
237 PetscCall(DMCompositeRestoreAccess(packer, U, &w, &u_global, 0)); in ExactSolution()