Skip to content

Commit

Permalink
Restored previous MUMPS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 19, 2024
1 parent c35fe56 commit ccc68a3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions uno/solvers/MUMPS/MUMPSSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ namespace uno {
dmumps_c(&this->mumps_structure);
// control parameters
this->mumps_structure.icntl[0] = -1;
this->mumps_structure.icntl[1] = 0;
this->mumps_structure.icntl[2] = 0;
this->mumps_structure.icntl[1] = -1;
this->mumps_structure.icntl[2] = -1;
this->mumps_structure.icntl[3] = 0;
this->mumps_structure.icntl[6] = 7; // pivot order
this->mumps_structure.icntl[7] = 6; // scaling
this->mumps_structure.icntl[9] = 0; // no iterative refinement
this->mumps_structure.icntl[12] = 1;
this->mumps_structure.icntl[23] = 1; // ICNTL(24) controls the detection of “null pivot rows”
}
Expand Down

0 comments on commit ccc68a3

Please sign in to comment.