Lines Matching refs:DMRestoreNamedGlobalVector
360 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in SetupContext()
369 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in SetupContext()
381 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in SetupContext()
390 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in SetupContext()
556 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in MonitorEField()
856 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in MonitorPoisson()
857 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rhohat", &rhohat)); in MonitorPoisson()
861 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in MonitorPoisson()
1626 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in ComputeFieldAtParticles_Primal()
1638 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in ComputeFieldAtParticles_Primal()
1747 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "rho", &rho)); in ComputeFieldAtParticles_Mixed()
1759 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in ComputeFieldAtParticles_Mixed()
2055 PetscCall(DMRestoreNamedGlobalVector(ctx->dmPot, "phi", &phi)); in RHSObjectiveF()