Lines Matching refs:DMRestoreGlobalVector
406 PetscCall(DMRestoreGlobalVector(dm, &Xnat)); in main()
407 PetscCall(DMRestoreGlobalVector(seqdmU, &Unat)); in main()
408 PetscCall(DMRestoreGlobalVector(seqdmA, &Anat)); in main()
409 PetscCall(DMRestoreGlobalVector(seqdmUA, &UAnat)); in main()
410 PetscCall(DMRestoreGlobalVector(seqdmS, &Snat)); in main()
411 PetscCall(DMRestoreGlobalVector(seqdmUA2, &UA2nat)); in main()
413 PetscCall(DMRestoreGlobalVector(seqdmUA2, &seqUA2)); in main()
414 PetscCall(DMRestoreGlobalVector(seqdmUA, &seqUA)); in main()
415 PetscCall(DMRestoreGlobalVector(seqdmS, &seqS)); in main()
416 PetscCall(DMRestoreGlobalVector(seqdmA, &seqA)); in main()
417 PetscCall(DMRestoreGlobalVector(seqdmU, &seqU)); in main()
418 PetscCall(DMRestoreGlobalVector(dm, &seqX)); in main()
429 PetscCall(DMRestoreGlobalVector(dmUA2, &UA2)); in main()
430 PetscCall(DMRestoreGlobalVector(dmUA, &UA)); in main()
431 PetscCall(DMRestoreGlobalVector(dmS, &S)); in main()
432 PetscCall(DMRestoreGlobalVector(dmA, &A)); in main()
433 PetscCall(DMRestoreGlobalVector(dmU, &U)); in main()
434 PetscCall(DMRestoreGlobalVector(pdm, &X)); in main()