Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c61 static PetscErrorCode PCGAMGCreateLevel_GAMG(PC pc, Mat Amat_fine, PetscInt cr_bs, Mat *a_P_inout, … in PCGAMGCreateLevel_GAMG() argument
71 PetscCall(PetscObjectGetComm((PetscObject)Amat_fine, &comm)); in PCGAMGCreateLevel_GAMG()
74 PetscCall(MatGetBlockSize(Amat_fine, &f_bs)); in PCGAMGCreateLevel_GAMG()
144 PetscCall(MatPtAP(Amat_fine, Pold, MAT_INITIAL_MATRIX, 2.0, a_Amat_crs)); in PCGAMGCreateLevel_GAMG()
189 PetscCall(MatPtAP(Amat_fine, Pold, MAT_INITIAL_MATRIX, 2.0, a_Amat_crs)); in PCGAMGCreateLevel_GAMG()
201 PetscCall(MatPtAP(Amat_fine, Pold, MAT_INITIAL_MATRIX, 2.0, &Cmat)); in PCGAMGCreateLevel_GAMG()
233 PetscCall(MatGetType(Amat_fine, &mtype)); in PCGAMGCreateLevel_GAMG()
466 PetscCall(MatPtAP(Amat_fine, *a_P_inout, MAT_INITIAL_MATRIX, 2.0, a_Amat_crs)); in PCGAMGCreateLevel_GAMG()