Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmgadapt.c208 …PCMGAdaptInterpolator_Internal(PC pc, PetscInt l, KSP csmooth, KSP fsmooth, Mat cspace, Mat fspace) in PCMGAdaptInterpolator_Internal() argument
220 if (Interp == fspace && !cspace) PetscFunctionReturn(PETSC_SUCCESS); in PCMGAdaptInterpolator_Internal()
221 PetscCall(DMAdaptInterpolator(cdm, dm, Interp, fsmooth, fspace, cspace, &InterpAdapt, pc)); in PCMGAdaptInterpolator_Internal()
222 …if (mg->mespMonitor) PetscCall(DMCheckInterpolator(dm, InterpAdapt, cspace, fspace, 0.5 /* PETSC_S… in PCMGAdaptInterpolator_Internal()