Lines Matching refs:pivoting
588 PetscInt pivoting = a->pivoting; in MatSolve_Elemental() local
599 if (pivoting == 0) { in MatSolve_Elemental()
601 } else if (pivoting == 1) { in MatSolve_Elemental()
633 PetscInt pivoting = a->pivoting; in MatMatSolve_Elemental() local
649 if (pivoting == 0) { in MatMatSolve_Elemental()
651 } else if (pivoting == 1) { in MatMatSolve_Elemental()
674 PetscInt pivoting = a->pivoting; in MatLUFactor_Elemental() local
677 if (pivoting == 0) { in MatLUFactor_Elemental()
679 } else if (pivoting == 1) { in MatLUFactor_Elemental()
1376 a->pivoting = 1; in MatCreate_Elemental()
1377 …l(PetscOptionsInt("-mat_elemental_pivoting", "Pivoting", "None", a->pivoting, &a->pivoting, NULL)); in MatCreate_Elemental()