Changes between Version 11 and Version 12 of solvers
- Timestamp:
- 10/29/20 11:37:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
solvers
v11 v12 12 12 {{{ 13 13 #!m 14 md.toolkits=toolkits(); % to be sure that M umpsis the default solver for all analysis14 md.toolkits=toolkits(); % to be sure that MUMPS is the default solver for all analysis 15 15 md.toolkits=addoptions(md.toolkits,'StressbalanceAnalysis',bcgslbjacobioptions()); % add bcg for stress balance analysis only 16 16 md.settings.solver_residue_threshold=NaN; % the solver may fail during a Picard iteration (linear solver); no need to call the recovery solver (MUMPS)