Lines Matching refs:forward

605   ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE;  in PCApply_GASM()  local
624 PetscCall(VecScatterBegin(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM()
626 PetscCall(VecScatterBegin(osm->gorestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM()
630 PetscCall(VecScatterEnd(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM()
632 PetscCall(VecScatterEnd(osm->gorestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM()
661 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCMatApply_GASM() local
696 PetscCall(VecScatterBegin(osm->girestriction, x, y, INSERT_VALUES, forward)); in PCMatApply_GASM()
697 PetscCall(VecScatterEnd(osm->girestriction, x, y, INSERT_VALUES, forward)); in PCMatApply_GASM()
699 PetscCall(VecScatterBegin(osm->gorestriction, x, y, INSERT_VALUES, forward)); in PCMatApply_GASM()
700 PetscCall(VecScatterEnd(osm->gorestriction, x, y, INSERT_VALUES, forward)); in PCMatApply_GASM()
744 ScatterMode forward = SCATTER_FORWARD, reverse = SCATTER_REVERSE; in PCApplyTranspose_GASM() local
766 PetscCall(VecScatterBegin(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApplyTranspose_GASM()
768 PetscCall(VecScatterBegin(osm->gorestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApplyTranspose_GASM()
772 PetscCall(VecScatterEnd(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApplyTranspose_GASM()
774 PetscCall(VecScatterEnd(osm->gorestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApplyTranspose_GASM()