Changeset 24087


Ignore:
Timestamp:
07/12/19 08:23:06 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: lower solver residue for penalty model

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test405.m

    r21056 r24087  
    55md=extrude(md,5,1.);
    66md=setflowequation(md,'SSA','../Exp/SquareHalfRight.exp','fill','HO','coupling','penalties');
     7md.settings.solver_residue_threshold = 1.e-4;
    78md.cluster=generic('name',oshostname(),'np',3);
    89md=solve(md,'Stressbalance');
  • issm/trunk-jpl/test/NightlyRun/test405.py

    r23793 r24087  
    1414md.extrude(5, 1.)
    1515md = setflowequation(md, 'SSA', '../Exp/SquareHalfRight.exp', 'fill', 'HO', 'coupling', 'penalties')
     16md.settings.solver_residue_threshold = 1.e-4
    1617md.cluster = generic('name', gethostname(), 'np', 3)
    1718md = solve(md, 'Stressbalance')
Note: See TracChangeset for help on using the changeset viewer.