Home
last modified time | relevance | path

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

/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1069 static inline PetscErrorCode MatScaLAPACKCheckLayout(PetscLayout map, PetscBool *correct) in MatScaLAPACKCheckLayout() function
1119 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()