Searched refs:ICNTL20 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 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() [all …]
|