Changeset 17040


Ignore:
Timestamp:
12/21/13 13:00:28 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added OneLayerP4z for fe_FS

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/flowequation.m

    r16764 r17040  
    8787                                md = checkfield(md,'fieldname','flowequation.fe_SSA','values',{'P1','P1bubble','P1bubblecondensed','P2'});
    8888                                md = checkfield(md,'fieldname','flowequation.fe_HO' ,'values',{'P1','P1bubble','P1bubblecondensed','P1xP2','P2xP1','P2'});
    89                                 md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',{'P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood'});
     89                                md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',{'P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood','OneLayerP4z'});
    9090                                md = checkfield(md,'fieldname','flowequation.borderSSA','size',[md.mesh.numberofvertices 1],'values',[0 1]);
    9191                                md = checkfield(md,'fieldname','flowequation.borderHO','size',[md.mesh.numberofvertices 1],'values',[0 1]);
  • TabularUnified issm/trunk-jpl/src/m/classes/flowequation.py

    r16764 r17040  
    7575                        md = checkfield(md,'fieldname','flowequation.fe_SSA','values',['P1','P1bubble','P1bubblecondensed','P2'])
    7676                        md = checkfield(md,'fieldname','flowequation.fe_HO' ,'values',['P1','P1bubble','P1bubblecondensed','P1xP2','P2xP1','P2'])
    77                         md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',['P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood'])
     77                        md = checkfield(md,'fieldname','flowequation.fe_FS' ,'values',['P1P1','P1P1GLS','MINIcondensed','MINI','TaylorHood','OneLayerP4z'])
    7878                        md = checkfield(md,'fieldname','flowequation.borderSSA','size',[md.mesh.numberofvertices],'values',[0,1])
    7979                        md = checkfield(md,'fieldname','flowequation.borderHO','size',[md.mesh.numberofvertices],'values',[0,1])
  • TabularUnified issm/trunk-jpl/test/NightlyRun/temp291.m

    r16985 r17040  
    44md=extrude(md,2,1.);
    55md=setflowequation(md,'FS','all');
    6 md.flowequation.fe_FS='FINITELEMENTNAME';
     6md.flowequation.fe_FS='OneLayerP4z';
    77md.cluster=generic('name',oshostname(),'np',1);
    88md=solve(md,StressbalanceSolutionEnum());
  • TabularUnified issm/trunk-jpl/test/NightlyRun/temp291.py

    r17034 r17040  
    1414md.extrude(2,1.)
    1515md=setflowequation(md,'FS','all')
    16 md.flowequation.fe_FS='FINITELEMENTNAME'
     16md.flowequation.fe_FS='OneLayerP4z'
    1717md.cluster=generic('name',oshostname(),'np',1)
    1818md=solve(md,StressbalanceSolutionEnum())
Note: See TracChangeset for help on using the changeset viewer.