Ignore:
Timestamp:
09/06/11 16:53:02 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added material class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/EnumToStringx/EnumToStringx.cpp

    r9632 r9636  
    5050                case TimesteppingTimeAdaptEnum : return "TimesteppingTimeAdapt";
    5151                case TimesteppingCflCoefficientEnum : return "TimesteppingCflCoefficient";
     52                case MaterialsRheologyBEnum : return "MaterialsRheologyB";
     53                case MaterialsRheologyBbarEnum : return "MaterialsRheologyBbar";
     54                case MaterialsRheologyNEnum : return "MaterialsRheologyN";
     55                case MaterialsRheologyLawEnum : return "MaterialsRheologyLaw";
     56                case MaterialsRhoIceEnum : return "MaterialsRhoIce";
     57                case MaterialsRhoWaterEnum : return "MaterialsRhoWater";
     58                case MaterialsHeatcapacityEnum : return "MaterialsHeatcapacity";
     59                case MaterialsLatentheatEnum : return "MaterialsLatentheat";
     60                case MaterialsBetaEnum : return "MaterialsBeta";
     61                case MaterialsThermalconductivityEnum : return "MaterialsThermalconductivity";
     62                case MaterialsMixedLayerCapacityEnum : return "MaterialsMixedLayerCapacity";
     63                case MaterialsThermalExchangeVelocityEnum : return "MaterialsThermalExchangeVelocity";
     64                case MaterialsMeltingpointEnum : return "MaterialsMeltingpoint";
    5265                case ConstraintsEnum : return "Constraints";
    5366                case ElementsEnum : return "Elements";
     
    203216                case QmuPressureEnum : return "QmuPressure";
    204217                case ResetPenaltiesEnum : return "ResetPenalties";
    205                 case RheologyBEnum : return "RheologyB";
    206                 case RheologyBbarEnum : return "RheologyBbar";
    207                 case RheologyNEnum : return "RheologyN";
    208218                case SegmentOnIceShelfEnum : return "SegmentOnIceShelf";
    209219                case ShelfDampeningEnum : return "ShelfDampening";
     
    278288                case AgressiveMigrationEnum : return "AgressiveMigration";
    279289                case SoftMigrationEnum : return "SoftMigration";
    280                 case RhoIceEnum : return "RhoIce";
    281                 case RhoWaterEnum : return "RhoWater";
    282                 case GravityEnum : return "Gravity";
    283                 case MixedLayerCapacityEnum : return "MixedLayerCapacity";
    284                 case ThermalExchangeVelocityEnum : return "ThermalExchangeVelocity";
    285290                case StokesSolverEnum : return "StokesSolver";
    286291                case IntersectEnum : return "Intersect";
    287292                case ColinearEnum : return "Colinear";
    288293                case SeparateEnum : return "Separate";
    289                 case BetaEnum : return "Beta";
    290294                case CmGradientEnum : return "CmGradient";
    291295                case CmJumpEnum : return "CmJump";
     
    340344                case OptionDoubleEnum : return "OptionDouble";
    341345                case OptionLogicalEnum : return "OptionLogical";
    342                 case RheologyLawEnum : return "RheologyLaw";
    343346                case PatersonEnum : return "Paterson";
    344347                case ArrheniusEnum : return "Arrhenius";
     
    391394                case StokesreconditioningEnum : return "Stokesreconditioning";
    392395                case LowerelementsEnum : return "Lowerelements";
    393                 case HeatcapacityEnum : return "Heatcapacity";
    394                 case LatentheatEnum : return "Latentheat";
    395                 case ThermalconductivityEnum : return "Thermalconductivity";
    396                 case MeltingpointEnum : return "Meltingpoint";
    397396                case DhdtEnum : return "Dhdt";
    398397                case IsprognosticEnum : return "Isprognostic";
Note: See TracChangeset for help on using the changeset viewer.