Lines Matching refs:Gather_i
91 PetscErrorCode Gather_i(Vec, Vec *, VecScatter *, PetscInt);
238 PetscCall(Gather_i(user->dwork, user->di, user->di_scatter, user->ns)); in FormFunction()
267 PetscCall(Gather_i(user->dwork, user->di, user->di_scatter, user->ns)); in FormGradient()
276 PetscCall(Gather_i(user->ywork, user->yiwork, user->yi_scatter, user->nt)); in FormGradient()
299 PetscCall(Gather_i(user->dwork, user->di, user->di_scatter, user->ns)); in FormFunctionGradient()
309 PetscCall(Gather_i(user->ywork, user->yiwork, user->yi_scatter, user->nt)); in FormFunctionGradient()
377 PetscCall(Gather_i(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatMult()
395 PetscCall(Gather_i(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatMultTranspose()
447 PetscCall(Gather_i(Y, user->yiwork, user->yi_scatter, user->nt)); in DesignMatMult()
531 PetscCall(Gather_i(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatInvMult()
559 PetscCall(Gather_i(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatInvTransposeMult()
607 PetscCall(Gather_i(C, user->yiwork, user->yi_scatter, user->nt)); in FormConstraints()
644 PetscErrorCode Gather_i(Vec y, Vec *yi, VecScatter *scat, PetscInt nt) in Gather_i() function
1007 PetscCall(Gather_i(user->q, user->yiwork, user->yi_scatter, user->nt)); in ParabolicInitialize()
1176 PetscCall(Gather_i(user->d, user->di, user->di_scatter, user->ns)); in ParabolicInitialize()