Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c9 char *innerpctype; /* PCGAMG or PCHYPRE */ member
125 if (!hmg->innerpctype) { in PCSetUp_HMG()
128 PetscCall(PetscStrallocpy(PCHYPRE, &hmg->innerpctype)); in PCSetUp_HMG()
130 PetscCall(PetscStrallocpy(PCGAMG, &hmg->innerpctype)); in PCSetUp_HMG()
133 PetscCall(PCSetType(hmg->innerpc, hmg->innerpctype)); in PCSetUp_HMG()
218 PetscCall(PetscFree(hmg->innerpctype)); in PCDestroy_HMG()
243 PetscCall(PetscViewerASCIIPrintf(viewer, " Inner PC type: %s \n", hmg->innerpctype)); in PCView_HMG()
341 PetscCall(PetscStrallocpy(type, &hmg->innerpctype)); in PCHMGSetInnerPCType_HMG()