Searched refs:Gather_i (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | parabolic.c | 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() [all …]
|