Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex101.c62 Vec V, V_G2L, V_local; in main() local
91 PetscCall(DMGetLocalVector(dm, &V_local)); in main()
92 PetscCall(DMProjectFunctionLocal(dm, 0, &funcs, NULL, INSERT_VALUES, V_local)); in main()
93 PetscCall(VecViewFromOptions(V_local, NULL, "-local_view")); in main()
95 PetscCall(VecAXPY(V_G2L, -1, V_local)); in main()
111 PetscCall(VecView(V_local, viewer)); in main()
161 PetscCall(DMRestoreLocalVector(dm, &V_local)); in main()