Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/mg/
H A Dmgadapt.c150 …eSpace_Internal(PC pc, PetscInt l, PCMGCoarseSpaceType cstype, PetscInt Nc, Mat cspace, Mat *space) in PCMGComputeCoarseSpace_Internal()
208 …PCMGAdaptInterpolator_Internal(PC pc, PetscInt l, KSP csmooth, KSP fsmooth, Mat cspace, Mat fspace) in PCMGAdaptInterpolator_Internal()
H A Dgdsw.c216 …reateCoarseSpace_Private(PC pc, PetscInt l, DM dm, KSP smooth, PetscInt Nc, Mat guess, Mat *cspace) in PCMGGDSWCreateCoarseSpace_Private()
/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c101 PetscDualSpace cspace = sp->pointSpaces[c - pStart]; in PetscDualSpaceSetUp_Refined() local