Changeset 25519 for issm/trunk-jpl/src/m/classes/flowequation.m
- Timestamp:
- 09/02/20 19:30:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/flowequation.m ΒΆ
r25514 r25519 143 143 disp(sprintf(' flow equation parameters:')); 144 144 145 fielddisplay(self,'isSIA','is the Shallow Ice Approximation (SIA) used 146 fielddisplay(self,'isSSA','is the Shelfy-Stream Approximation (SSA) used 147 fielddisplay(self,'isL1L2','is the L1L2 approximation used 148 fielddisplay(self,'isHO','is the Higher-Order (HO) approximation used 149 fielddisplay(self,'isFS','are the Full-FS (FS) equations used 145 fielddisplay(self,'isSIA','is the Shallow Ice Approximation (SIA) used?'); 146 fielddisplay(self,'isSSA','is the Shelfy-Stream Approximation (SSA) used?'); 147 fielddisplay(self,'isL1L2','is the L1L2 approximation used?'); 148 fielddisplay(self,'isHO','is the Higher-Order (HO) approximation used?'); 149 fielddisplay(self,'isFS','are the Full-FS (FS) equations used?'); 150 150 fielddisplay(self,'isNitscheBC','is weakly imposed condition used?'); 151 fielddisplay(self,'FSNitscheGamma','Gamma value for the Nitsche term , by default gamma=1e6?');151 fielddisplay(self,'FSNitscheGamma','Gamma value for the Nitsche term (default: 1e6)'); 152 152 fielddisplay(self,'fe_SSA','Finite Element for SSA ''P1'', ''P1bubble'' ''P1bubblecondensed'' ''P2'''); 153 153 fielddisplay(self,'fe_HO', 'Finite Element for HO ''P1'' ''P1bubble'' ''P1bubblecondensed'' ''P1xP2'' ''P2xP1'' ''P2''');
Note:
See TracChangeset
for help on using the changeset viewer.