Home
last modified time | relevance | path

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

/libCEED/examples/solids/
H A Delasticity.c56 Vec neumann_bcs = NULL, bcs_loc = NULL; in main() local
235 PetscCall(VecDuplicate(U_loc[fine_level], &bcs_loc)); in main()
236 PetscCall(VecGetArrayAndMemType(bcs_loc, &n, &nummann_mem_type)); in main()
301 PetscCall(VecRestoreArrayAndMemType(bcs_loc, &n)); in main()
302 PetscCall(DMLocalToGlobal(level_dms[fine_level], bcs_loc, ADD_VALUES, neumann_bcs)); in main()
854 PetscCall(VecDestroy(&bcs_loc)); in main()