Changeset 11469
- Timestamp:
 - 02/18/12 07:19:51 (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  issm/trunk-jpl/src/c/modules/Solverx/Solverx.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/c/modules/Solverx/Solverx.cpp
r11466 r11469 127 127 KSPGetPC(ksp,&pc); 128 128 if (solver_type==MUMPSPACKAGE_LU){ 129 #if _PETSC_MINOR_==1 129 130 PCFactorSetMatSolverPackage(pc,MAT_SOLVER_MUMPS); 131 #else 132 PCFactorSetMatSolverPackage(pc,MATSOLVERMUMPS); 133 #endif 130 134 } 131 135 #endif … … 140 144 /*Set field splits: */ 141 145 KSPGetPC(ksp,&pc); 146 #if _PETSC_MINOR_==1 142 147 PCFieldSplitSetIS(pc,isv); 143 148 PCFieldSplitSetIS(pc,isp); 149 #else 150 PCFieldSplitSetIS(pc,PETSC_NULL,isv); 151 PCFieldSplitSetIS(pc,PETSC_NULL,isp); 152 #endif 144 153 145 154 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)