Changes between Version 4 and Version 5 of solvers


Ignore:
Timestamp:
08/13/20 15:09:59 (5 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • solvers

    v4 v5  
    2525}}}
    2626
    27 Make sure to always keep MUMPS as the recovery solver (it is slow but extremely robust):
     27Make sure to always keep MUMPS as the recovery solver (it is slow but extremely robust). You probably don't need to do this because MUMPS should already be set as the recovery solver, but just in case:
    2828{{{
    2929#!m
    3030%Keep recovery mode as MUMPS
    31 md.toolkits.RecoveryAnalysis=issmmumpssolver();
     31md.toolkits.RecoveryAnalysis=mumpsoptions();
    3232}}}