Ignore:
Timestamp:
04/12/11 11:03:35 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added rhelogy law for B temperature dependence
NoneEnum -> B does not depend on T
PatersonEnm -> use Paterson's table (default)
ArrheniusEnum -> use Arrhenius law from EISMINT tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/EnumDefinitions.h

    r7746 r7848  
    431431        OptionDoubleEnum,
    432432        OptionLogicalEnum,
    433         OptionStructEnum
    434           /*}}}*/
     433        OptionStructEnum,
     434        /*}}}*/
     435        /*Rheology law (move too Material) {{{1*/
     436        RheologyLawEnum,
     437        PatersonEnum,
     438        ArrheniusEnum
     439        /*}}}*/
    435440};
    436441
Note: See TracChangeset for help on using the changeset viewer.