Searched refs:MatScaLAPACKCheckLayout (Results 1 – 1 of 1) sorted by relevance
1069 static inline PetscErrorCode MatScaLAPACKCheckLayout(PetscLayout map, PetscBool *correct) in MatScaLAPACKCheckLayout() function1119 PetscCall(MatScaLAPACKCheckLayout(A->rmap, &flg)); in MatConvert_Dense_ScaLAPACK()1120 if (flg) PetscCall(MatScaLAPACKCheckLayout(A->cmap, &flg)); in MatConvert_Dense_ScaLAPACK()1286 PetscCall(MatScaLAPACKCheckLayout(A->rmap, &flg)); in MatSetUp_ScaLAPACK()1288 PetscCall(MatScaLAPACKCheckLayout(A->cmap, &flg)); in MatSetUp_ScaLAPACK()