Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmg.c345 PetscInt mgctype = (PetscInt)PC_MG_CYCLE_V; in PCMGSetLevels_MG() local
358 mgctype = mglevels[0]->cycles; in PCMGSetLevels_MG()
383 mglevels[i]->cycles = mgctype; in PCMGSetLevels_MG()
690 PCMGCycleType mgctype; in PCSetFromOptions_MG() local
706 mgctype = (PCMGCycleType)mglevels[0]->cycles; in PCSetFromOptions_MG()
707 …for W-cycle", "PCMGSetCycleType", PCMGCycleTypes, (PetscEnum)mgctype, (PetscEnum *)&mgctype, &flg)… in PCSetFromOptions_MG()
708 if (flg) PetscCall(PCMGSetCycleType(pc, mgctype)); in PCSetFromOptions_MG()
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c772 PCExoticType mgctype; in PCSetFromOptions_Exotic() local
777 …wirebasket", "PCExoticSetType", PCExoticTypes, (PetscEnum)ctx->type, (PetscEnum *)&mgctype, &flg)); in PCSetFromOptions_Exotic()
778 if (flg) PetscCall(PCExoticSetType(pc, mgctype)); in PCSetFromOptions_Exotic()