Home
last modified time | relevance | path

Searched refs:Gather_yi (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/pde_constrained/tutorials/
H A Dhyperbolic.c88 PetscErrorCode Gather_yi(Vec, Vec *, VecScatter *, PetscInt);
349 PetscCall(Gather_yi(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatMult()
372 PetscCall(Gather_yi(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatMultTranspose()
425 PetscCall(Gather_yi(Y, user->ziwork, user->yi_scatter, user->nt)); in DesignMatMult()
446 PetscCall(Gather_yi(Y, user->uiwork, user->ui_scatter, user->nt)); in DesignMatMultTranspose()
509 PetscCall(Gather_yi(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatInvMult()
541 PetscCall(Gather_yi(Y, user->yiwork, user->yi_scatter, user->nt)); in StateMatInvTransposeMult()
596 PetscCall(Gather_yi(C, user->yiwork, user->yi_scatter, user->nt)); in FormConstraints()
661 PetscErrorCode Gather_yi(Vec y, Vec *yi, VecScatter *scat, PetscInt nt) in Gather_yi() function
955 PetscCall(Gather_yi(user->q, user->yiwork, user->yi_scatter, user->nt)); in HyperbolicInitialize()