Ignore:
Timestamp:
08/03/16 08:43:34 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not request solution in solution string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test450.py

    r21049 r21056  
    2121for i in ['P1bubble','P1bubblecondensed','P2']:
    2222        md.flowequation.fe_SSA=i
    23         md=solve(md,'StressbalanceSolution')
     23        md=solve(md,'Stressbalance')
    2424        field_names     =field_names+['Vx'+i,'Vy'+i,'Vel'+i,'Pressure'+i]
    2525        field_tolerances=field_tolerances+[1e-12,1e-13,1e-13,1e-13]
Note: See TracChangeset for help on using the changeset viewer.