Ignore:
Timestamp:
08/24/13 20:37:58 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: now finite elements are specified as strings instead of integers

File:
1 edited

Legend:

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

    r15771 r15922  
    1414md.extrude(3,2.)
    1515md=setflowequation(md,'HO','all');
    16 md.flowequation.fe_HO=2;
     16md.flowequation.fe_HO='P2xP1';
    1717md.cluster=generic('name',oshostname(),'np',3);
    1818md=solve(md,StressbalanceSolutionEnum());
Note: See TracChangeset for help on using the changeset viewer.