Ignore:
Timestamp:
08/23/17 10:45:53 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: seems like mat_type should now be mpiaij, otherwise we get weird errors like sevfaults or Must call MatXXXSetPreallocation() or MatSetUp() on argument 1 mat before MatSetValues()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solvers/jacobiasmoptions.m

    r14610 r21988  
    1111%default jacobiasm options
    1212jacobiasm.toolkit='petsc';
    13 jacobiasm.mat_type=getfieldvalue(options,'mat_type','aij');
     13jacobiasm.mat_type=getfieldvalue(options,'mat_type','mpiaij');
    1414jacobiasm.ksp_type=getfieldvalue(options,'ksp_type','gmres');
    1515jacobiasm.pc_type=getfieldvalue(options,'pc_type','asm');
Note: See TracChangeset for help on using the changeset viewer.