Lines Matching refs:mg

118   PC_MG         *mg       = (PC_MG *)pc->data;  in PCMGGetCoarseSolve()  local
119 PC_MG_Levels **mglevels = mg->levels; in PCMGGetCoarseSolve()
145 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetResidual() local
146 PC_MG_Levels **mglevels = mg->levels; in PCMGSetResidual()
179 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetResidualTranspose() local
180 PC_MG_Levels **mglevels = mg->levels; in PCMGSetResidualTranspose()
218 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetInterpolation() local
219 PC_MG_Levels **mglevels = mg->levels; in PCMGSetInterpolation()
249 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetOperators() local
250 PC_MG_Levels **mglevels = mg->levels; in PCMGSetOperators()
280 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetInterpolation() local
281 PC_MG_Levels **mglevels = mg->levels; in PCMGGetInterpolation()
287 …< mg->nlevels, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_OUTOFRANGE, "Level %" PetscInt_FMT … in PCMGGetInterpolation()
320 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetRestriction() local
321 PC_MG_Levels **mglevels = mg->levels; in PCMGSetRestriction()
354 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetRestriction() local
355 PC_MG_Levels **mglevels = mg->levels; in PCMGGetRestriction()
361 …< mg->nlevels, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_OUTOFRANGE, "Level %" PetscInt_FMT … in PCMGGetRestriction()
387 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetRScale() local
388 PC_MG_Levels **mglevels = mg->levels; in PCMGSetRScale()
393 …< mg->nlevels, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_OUTOFRANGE, "Level %" PetscInt_FMT … in PCMGSetRScale()
421 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetRScale() local
422 PC_MG_Levels **mglevels = mg->levels; in PCMGGetRScale()
427 …< mg->nlevels, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_OUTOFRANGE, "Level %" PetscInt_FMT … in PCMGGetRScale()
471 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetInjection() local
472 PC_MG_Levels **mglevels = mg->levels; in PCMGSetInjection()
505 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetInjection() local
506 PC_MG_Levels **mglevels = mg->levels; in PCMGGetInjection()
512 …< mg->nlevels, PetscObjectComm((PetscObject)pc), PETSC_ERR_ARG_OUTOFRANGE, "Level %" PetscInt_FMT … in PCMGGetInjection()
543 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetSmoother() local
544 PC_MG_Levels **mglevels = mg->levels; in PCMGGetSmoother()
574 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetSmootherUp() local
575 PC_MG_Levels **mglevels = mg->levels; in PCMGGetSmootherUp()
642 PC_MG *mg = (PC_MG *)pc->data; in PCMGGetSmootherDown() local
643 PC_MG_Levels **mglevels = mg->levels; in PCMGGetSmootherDown()
669 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetCycleTypeOnLevel() local
670 PC_MG_Levels **mglevels = mg->levels; in PCMGSetCycleTypeOnLevel()
700 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetRhs() local
701 PC_MG_Levels **mglevels = mg->levels; in PCMGSetRhs()
733 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetX() local
734 PC_MG_Levels **mglevels = mg->levels; in PCMGSetX()
766 PC_MG *mg = (PC_MG *)pc->data; in PCMGSetR() local
767 PC_MG_Levels **mglevels = mg->levels; in PCMGSetR()