Lines Matching refs:hcomm
2721 …MPI_Comm hcomm; /* does not share comm with HYPRE_StructMatrix because need to create so… member
2741 PetscCall(PetscCommRestoreComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCDestroy_PFMG()
2868 PetscCallHYPRE(HYPRE_StructPFMGCreate(ex->hcomm, &ex->hsolver)); in PCSetUp_PFMG()
2941 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_PFMG()
2943 PetscCallHYPRE(HYPRE_StructPFMGCreate(ex->hcomm, &ex->hsolver)); in PCCreate_PFMG()
2949 …MPI_Comm hcomm; /* does not share comm with HYPRE_SStructMatrix because need to create … member
2965 PetscCall(PetscCommRestoreComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCDestroy_SysPFMG()
3121 PetscCallHYPRE(HYPRE_SStructSysPFMGCreate(ex->hcomm, &ex->ss_solver)); in PCSetUp_SysPFMG()
3174 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_SysPFMG()
3176 PetscCallHYPRE(HYPRE_SStructSysPFMGCreate(ex->hcomm, &ex->ss_solver)); in PCCreate_SysPFMG()
3182 …MPI_Comm hcomm; /* does not share comm with HYPRE_StructMatrix because need to create so… member
3196 PetscCall(PetscCommRestoreComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCDestroy_SMG()
3312 PetscCallHYPRE(HYPRE_StructSMGCreate(ex->hcomm, &ex->hsolver)); in PCSetUp_SMG()
3367 PetscCall(PetscCommGetComm(PetscObjectComm((PetscObject)pc), &ex->hcomm)); in PCCreate_SMG()
3369 PetscCallHYPRE(HYPRE_StructSMGCreate(ex->hcomm, &ex->hsolver)); in PCCreate_SMG()