Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmgadapt.c208 PetscErrorCode PCMGAdaptInterpolator_Internal(PC pc, PetscInt l, KSP csmooth, KSP fsmooth, Mat cspa… in PCMGAdaptInterpolator_Internal()
239 KSP smooth, fsmooth; /* The smoothers on levels l and l+1 */ in PCMGRecomputeLevelOperators_Internal() local