Changeset 1673


Ignore:
Timestamp:
08/14/09 07:44:40 (16 years ago)
Author:
Mathieu Morlighem
Message:

only Analysis type kept in Analysistypeasenum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/shared/AnalysisTypeAsEnum.m

    r1651 r1673  
    1212string='not found';
    1313
    14 
    15 if enum==DatasetsEnum(),
    16         string='datasetsenum';
    17 end
    18 
    19 if enum==ElementsEnum(),
    20         string='elementsenum';
    21 end
    22 
    23 if enum==NodesEnum(),
    24         string='nodesenum';
    25 end
    26 
    27 if enum==ConstraintsEnum(),
    28         string='constraintsenum';
    29 end
    30 
    31 if enum==LoadsEnum(),
    32         string='loadsenum';
    33 end
    34 
    35 if enum==MaterialsEnum(),
    36         string='materialsenum';
    37 end
    38 
    39 if enum==ParametersEnum(),
    40         string='parametersenum';
    41 end
    42 
    43 if enum==ResultsEnum(),
    44         string='resultsenum';
    45 end
    4614
    4715if enum==AnalysisEnum(),
     
    137105end
    138106
    139 if enum==FormulationEnum(),
    140         string='formulationenum';
    141 end
    142 
    143 if enum==NoneFormulationEnum(),
    144         string='noneformulationenum';
    145 end
    146 
    147 if enum==HutterFormulationEnum(),
    148         string='hutterformulationenum';
    149 end
    150 
    151 if enum==MacAyealFormulationEnum(),
    152         string='macayealformulationenum';
    153 end
    154 
    155 if enum==PattynFormulationEnum(),
    156         string='pattynformulationenum';
    157 end
    158 
    159 if enum==StokesFormulationEnum(),
    160         string='stokesformulationenum';
    161 end
    162 
    163 if enum==ObjectEnum(),
    164         string='objectenum';
    165 end
    166 
    167 if enum==ElementEnum(),
    168         string='elementenum';
    169 end
    170 
    171 if enum==TriaEnum(),
    172         string='triaenum';
    173 end
    174 
    175 if enum==PentaEnum(),
    176         string='pentaenum';
    177 end
    178 
    179 if enum==SingEnum(),
    180         string='singenum';
    181 end
    182 
    183 if enum==BeamEnum(),
    184         string='beamenum';
    185 end
    186 
    187 if enum==NodeEnum(),
    188         string='nodeenum';
    189 end
    190 
    191 if enum==LoadEnum(),
    192         string='loadenum';
    193 end
    194 
    195 if enum==IcefrontEnum(),
    196         string='icefrontenum';
    197 end
    198 
    199 if enum==RiftfrontEnum(),
    200         string='riftfrontenum';
    201 end
    202 
    203 if enum==PenpairEnum(),
    204         string='penpairenum';
    205 end
    206 
    207 if enum==PengridEnum(),
    208         string='pengridenum';
    209 end
    210 
    211 if enum==MaterialEnum(),
    212         string='materialenum';
    213 end
    214 
    215 if enum==MaticeEnum(),
    216         string='maticeenum';
    217 end
    218 
    219 if enum==MatparEnum(),
    220         string='matparenum';
    221 end
    222 
    223 if enum==InputEnum(),
    224         string='inputenum';
    225 end
    226 
    227 if enum==ParamEnum(),
    228         string='paramenum';
    229 end
    230 
    231 if enum==ResultEnum(),
    232         string='resultenum';
    233 end
    234 
    235 if enum==RgbEnum(),
    236         string='rgbenum';
    237 end
    238 
    239 if enum==SpcEnum(),
    240         string='spcenum';
    241 end
    242 
    243107%check that an analysis type has been found for enum
    244108if strcmp(string,'not found'),
Note: See TracChangeset for help on using the changeset viewer.