Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcgamgimpl.h55 PetscInt injection_index[MAT_COARSEN_STRENGTH_INDEX_SIZE]; member
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c699 PetscInt row = ii + pc_gamg->injection_index[jj]; in PCSetUp_GAMG()
1730 …ze; i++) PetscCall(PetscViewerASCIIPrintf(viewer, " %" PetscInt_FMT, pc_gamg->injection_index[i])); in PCView_GAMG()
1798 for (PetscInt i = 0; i < n; i++) pc_gamg->injection_index[i] = idx[i]; in PCGAMGSetInjectionIndex_GAMG()
1861 …se injection coarse grid space", "PCGAMGSetInjectionIndex", pc_gamg->injection_index, &pc_gamg->in… in PCSetFromOptions_GAMG()