Home
last modified time | relevance | path

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

/petsc/src/tao/pde_constrained/tutorials/
H A Dhyperbolic.c611 PetscErrorCode Scatter_uxi_uyi(Vec u, Vec *uxi, VecScatter *scatx, Vec *uyi, VecScatter *scaty, Pet… in Scatter_uxi_uyi() argument
619 PetscCall(VecScatterBegin(scaty[i], u, uyi[i], INSERT_VALUES, SCATTER_FORWARD)); in Scatter_uxi_uyi()
620 PetscCall(VecScatterEnd(scaty[i], u, uyi[i], INSERT_VALUES, SCATTER_FORWARD)); in Scatter_uxi_uyi()
635 PetscErrorCode Gather_uxi_uyi(Vec u, Vec *uxi, VecScatter *scatx, Vec *uyi, VecScatter *scaty, Pets… in Gather_uxi_uyi() argument
643 PetscCall(VecScatterBegin(scaty[i], uyi[i], u, INSERT_VALUES, SCATTER_REVERSE)); in Gather_uxi_uyi()
644 PetscCall(VecScatterEnd(scaty[i], uyi[i], u, INSERT_VALUES, SCATTER_REVERSE)); in Gather_uxi_uyi()