Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c12 PetscBool usematmaij; /* If or not to use MatMAIJ for saving memory */ member
167 if (hmg->usematmaij) { in PCSetUp_HMG()
242 …PetscCall(PetscViewerASCIIPrintf(viewer, " Use MatMAIJ: %s \n", hmg->usematmaij ? "true" : "false"… in PCView_HMG()
258 …interpolation for saving memory", "PCHMGSetInnerPCType", hmg->usematmaij, &hmg->usematmaij, NULL)); in PCSetFromOptions_HMG()
407 static PetscErrorCode PCHMGUseMatMAIJ_HMG(PC pc, PetscBool usematmaij) in PCHMGUseMatMAIJ_HMG() argument
413 hmg->usematmaij = usematmaij; in PCHMGUseMatMAIJ_HMG()
433 PetscErrorCode PCHMGUseMatMAIJ(PC pc, PetscBool usematmaij) in PCHMGUseMatMAIJ() argument
437 PetscUseMethod(pc, "PCHMGUseMatMAIJ_C", (PC, PetscBool), (pc, usematmaij)); in PCHMGUseMatMAIJ()
479 hmg->usematmaij = PETSC_TRUE; in PCCreate_HMG()