Changeset 7046


Ignore:
Timestamp:
01/12/11 20:47:01 (14 years ago)
Author:
Mathieu Morlighem
Message:

Back to previous version, there is no bug here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/solvers/mumpsoptions.m

    r7032 r7046  
    99
    1010%default mumps options
    11 if petscversion==2,
     11PETSC_VERSION=petscversion();
     12if PETSC_VERSION==2,
    1213        options={{'mat_type','aijmumps'},{'ksp_type','preonly'},{'pc_type','lu'},{'mat_mumps_icntl_14',120},{'pc_factor_shift_positive_definite','true'}};
    1314end
    14 if petscversion==3,
     15if PETSC_VERSION==3,
    1516        options={{'mat_type','mpiaij'},{'ksp_type','preonly'},{'pc_type','lu'},{'pc_factor_mat_solver_package','mumps'},{'mat_mumps_icntl_14',120},{'pc_factor_shift_positive_definite','true'}};
     17
    1618end
    1719
Note: See TracChangeset for help on using the changeset viewer.