Home
last modified time | relevance | path

Searched defs:matapp (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/mg/
H A Dfmg.c6 …ErrorCode PCMGFCycle_Private(PC pc, PC_MG_Levels **mglevels, PetscBool transpose, PetscBool matapp) in PCMGFCycle_Private()
57 …ErrorCode PCMGKCycle_Private(PC pc, PC_MG_Levels **mglevels, PetscBool transpose, PetscBool matapp) in PCMGKCycle_Private()
H A Dsmg.c6 …ErrorCode PCMGACycle_Private(PC pc, PC_MG_Levels **mglevels, PetscBool transpose, PetscBool matapp) in PCMGACycle_Private()
H A Dmg.c14 …ycle_Private(PC pc, PC_MG_Levels **mglevelsin, PetscBool transpose, PetscBool matapp, PCRichardson… in PCMGMCycle_Private()
556 PetscBool changeu, changed, matapp; in PCApply_MG_Internal() local