Searched refs:u_global (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex22.c | 217 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()
|