Ignore:
Timestamp:
11/09/21 05:26:55 (3 years ago)
Author:
Cheng Gong
Message:

ADD: shear boundary conditions for MLHO. To keep the tests as they were, all the shear boundary conditions are set to nan.

File:
1 edited

Legend:

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

    r26438 r26555  
    1616md.cluster = generic('name', gethostname(), 'np', 3)
    1717md.stressbalance.requested_outputs = ['default', 'VxSurface', 'VySurface', 'VxShear', 'VyShear', 'VxBase', 'VyBase']
     18md = SetMLHOBC(md);
    1819md = solve(md, 'Stressbalance')
    1920
Note: See TracChangeset for help on using the changeset viewer.