Lines Matching refs:DMRestoreNamedGlobalVector

445     PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho));  in SetupContext()
454 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in SetupContext()
466 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in SetupContext()
475 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in SetupContext()
489 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "n", &n)); in SetupContext()
498 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "p", &p)); in SetupContext()
507 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "e", &e)); in SetupContext()
527 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "nres", &nres)); in SetupContext()
536 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "pres", &pres)); in SetupContext()
545 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "eres", &eres)); in SetupContext()
792 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in MonitorEField()
1037 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "nres", &nres)); in ComputeMomentFields()
1038 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "pres", &pres)); in ComputeMomentFields()
1039 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "eres", &eres)); in ComputeMomentFields()
1055 PetscCall(DMRestoreNamedGlobalVector(ctx->dmMom, "mold", &mold)); in ComputeMomentFields()
1059 PetscCall(DMRestoreNamedGlobalVector(ctx->dmMom, "mfluxold", &mfluxold)); in ComputeMomentFields()
1064 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "n", &n)); in ComputeMomentFields()
1065 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "p", &p)); in ComputeMomentFields()
1066 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "e", &e)); in ComputeMomentFields()
1083 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "n", &n)); in MonitorMomentFields()
1087 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "p", &p)); in MonitorMomentFields()
1091 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "e", &e)); in MonitorMomentFields()
1095 PetscCall(DMRestoreNamedGlobalVector(ctx->dmN, "nres", &nres)); in MonitorMomentFields()
1099 PetscCall(DMRestoreNamedGlobalVector(ctx->dmP, "pres", &pres)); in MonitorMomentFields()
1103 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "eres", &eres)); in MonitorMomentFields()
1372 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in MonitorPoisson()
1373 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in MonitorPoisson()
1377 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in MonitorPoisson()
2227 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in ComputeFieldAtParticles_Primal()
2239 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in ComputeFieldAtParticles_Primal()
2352 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in ComputeFieldAtParticles_Mixed()
2364 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in ComputeFieldAtParticles_Mixed()
2660 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in RHSObjectiveF()