Lines Matching refs:ICNTL20
583 PetscMUMPSInt ICNTL20; /* use centralized (0) or distributed (10) dense RHS */ member
1948 if (mumps->ICNTL20 == 10) { in MatSolve_MUMPS()
2019 if (mumps->ICNTL20 == 10) { // distributed RHS in MatSolve_MUMPS()
2168 if (mumps->ICNTL20 == 10) { in MatMatSolve_MUMPS()
2309 if (mumps->ICNTL20 == 0) { in MatMatSolve_MUMPS()
2811 mumps->ICNTL20 = 10; /* Distributed dense RHS, by default */ in MatSetFromOptions_MUMPS()
2813 mumps->ICNTL20 = 0; /* Centralized dense RHS, if need be */ in MatSetFromOptions_MUMPS()
2815 …d (0) or distributed (10) dense right-hand sides", "None", mumps->ICNTL20, &mumps->ICNTL20, &flg)); in MatSetFromOptions_MUMPS()
2816 …ICNTL20 == 10 || mumps->ICNTL20 == 0, PETSC_COMM_SELF, PETSC_ERR_SUP, "ICNTL(20)=%d is not support… in MatSetFromOptions_MUMPS()
2818 …PetscCheck(!flg || mumps->ICNTL20 != 10, PETSC_COMM_SELF, PETSC_ERR_SUP, "ICNTL(20)=10 is not supp… in MatSetFromOptions_MUMPS()
2945 …if (mumps->ICNTL20 == 0) { /* Centralized rhs. Create scatter scat_rhs for repeated use in MatSolv… in MatLUFactorSymbolic_AIJMUMPS()
3002 …if (mumps->ICNTL20 == 0) { /* Centralized rhs. Create scatter scat_rhs for repeated use in MatSolv… in MatLUFactorSymbolic_BAIJMUMPS()
3057 …if (mumps->ICNTL20 == 0) { /* Centralized rhs. Create scatter scat_rhs for repeated use in MatSolv… in MatCholeskyFactorSymbolic_MUMPS()