Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c503 char addp[32]; in PCGAMGSquareGraph_GAMG() local
512 …PetscCall(PetscSNPrintf(addp, sizeof(addp), "pc_gamg_square_%" PetscInt_FMT "_", pc_gamg->current_… in PCGAMGSquareGraph_GAMG()
513 PetscCall(MatAppendOptionsPrefix(*Gmat2, addp)); in PCGAMGSquareGraph_GAMG()
738 char addp[32]; in PCSetUp_GAMG() local
782 … PetscCall(PetscSNPrintf(addp, sizeof(addp), "pc_gamg_prolongator_%" PetscInt_FMT "_", level)); in PCSetUp_GAMG()
783 PetscCall(MatAppendOptionsPrefix(Prol11, addp)); in PCSetUp_GAMG()