Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/gasm/
H A Dgasm.c512 ierr = VecScatterCreate(y,giis,osm->gy,giois,&osm->girestriction);CHKERRQ(ierr); in PCSetUp_GASM()
671 ierr = VecScatterBegin(osm->girestriction,osm->gy,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCApply_GASM()
672 ierr = VecScatterEnd(osm->girestriction,osm->gy,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCApply_GASM()
726 ierr = VecScatterBegin(osm->girestriction,x,y,INSERT_VALUES,forward);CHKERRQ(ierr); in PCMatApply_GASM()
727 ierr = VecScatterEnd(osm->girestriction,x,y,INSERT_VALUES,forward);CHKERRQ(ierr); in PCMatApply_GASM()
749 ierr = VecScatterBegin(osm->girestriction,x,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCMatApply_GASM()
750 ierr = VecScatterEnd(osm->girestriction,x,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCMatApply_GASM()
814 ierr = VecScatterBegin(osm->girestriction,osm->gy,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCApplyTranspose_GASM()
815 ierr = VecScatterEnd(osm->girestriction,osm->gy,y,ADD_VALUES,reverse);CHKERRQ(ierr); in PCApplyTranspose_GASM()
861 ierr = VecScatterDestroy(&osm->girestriction);CHKERRQ(ierr); in PCReset_GASM()
[all …]
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS71335 VecScatter girestriction;31,2242
H A DCTAGS44977 girestriction src/ksp/pc/impls/gasm/gasm.c /^ VecScatter girestriction; \/* merged res…