Ignore:
Timestamp:
08/31/10 09:44:22 (15 years ago)
Author:
Mathieu Morlighem
Message:

removed cm_mindmp and maxdmp (not used), synchronized enums and continued adding GaussTria

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/setdefaultparameters.m

    r5370 r5631  
    191191md.cm_jump=.7*ones(md.nsteps,1); %30 per cent decrement.
    192192
    193 %cm_mindampening stabilize the inversed parameter above
    194 %a given scalar with a given penalty. Not applied by default
    195 md.cm_mindmp_value=0;
    196 md.cm_mindmp_slope=0;
    197 
    198 %cm_maxdampening stabilize the inversed parameter below
    199 %a given scalar with a given penalty. Not applied by default
    200 md.cm_maxdmp_value=150;
    201 md.cm_maxdmp_value=0;
    202 
    203193%cm_min is the minimum acceptable value of the
    204194%inversed parameter (B>0 for example)
Note: See TracChangeset for help on using the changeset viewer.