|
| subroutine, public | type_solver_mumps::call_mumps (solver, job) |
| | Call MUMPS and look for error or warning (check INFOG(1)).
|
| |
| subroutine, public | type_solver_mumps::mumps_setup (solver, n_nonzeros, rhs_size) |
| | Initialization of MUMPS (JOB = -1) and set-up the parameters for the analysis without filling the matrix.
|
| |
| subroutine, public | type_solver_mumps::distribute_solution (solution, isol_loc, sol_loc, row_offsets) |
| | Redistribute the solution across the processes.
|
| |
| subroutine | type_solver_mumps::compute_row_rank (row, row_offsets, row_rank) |
| | Computes the rank of the processor to which the row belongs.
|
| |