Searched refs:girestriction (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 31 VecScatter girestriction; /* merged restriction to disjoint union of inner subdomains */ member 490 PetscCall(VecScatterCreate(y, giis, osm->gy, giois, &osm->girestriction)); in PCSetUp_GASM() 624 PetscCall(VecScatterBegin(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM() 630 PetscCall(VecScatterEnd(osm->girestriction, x, osm->gx, INSERT_VALUES, forward)); in PCApply_GASM() 642 PetscCall(VecScatterBegin(osm->girestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 643 PetscCall(VecScatterEnd(osm->girestriction, osm->gy, y, ADD_VALUES, reverse)); in PCApply_GASM() 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() 719 PetscCall(VecScatterBegin(osm->girestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() 720 PetscCall(VecScatterEnd(osm->girestriction, x, y, ADD_VALUES, reverse)); in PCMatApply_GASM() [all …]
|