Changeset 1673
- Timestamp:
- 08/14/09 07:44:40 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/shared/AnalysisTypeAsEnum.m
r1651 r1673 12 12 string='not found'; 13 13 14 15 if enum==DatasetsEnum(),16 string='datasetsenum';17 end18 19 if enum==ElementsEnum(),20 string='elementsenum';21 end22 23 if enum==NodesEnum(),24 string='nodesenum';25 end26 27 if enum==ConstraintsEnum(),28 string='constraintsenum';29 end30 31 if enum==LoadsEnum(),32 string='loadsenum';33 end34 35 if enum==MaterialsEnum(),36 string='materialsenum';37 end38 39 if enum==ParametersEnum(),40 string='parametersenum';41 end42 43 if enum==ResultsEnum(),44 string='resultsenum';45 end46 14 47 15 if enum==AnalysisEnum(), … … 137 105 end 138 106 139 if enum==FormulationEnum(),140 string='formulationenum';141 end142 143 if enum==NoneFormulationEnum(),144 string='noneformulationenum';145 end146 147 if enum==HutterFormulationEnum(),148 string='hutterformulationenum';149 end150 151 if enum==MacAyealFormulationEnum(),152 string='macayealformulationenum';153 end154 155 if enum==PattynFormulationEnum(),156 string='pattynformulationenum';157 end158 159 if enum==StokesFormulationEnum(),160 string='stokesformulationenum';161 end162 163 if enum==ObjectEnum(),164 string='objectenum';165 end166 167 if enum==ElementEnum(),168 string='elementenum';169 end170 171 if enum==TriaEnum(),172 string='triaenum';173 end174 175 if enum==PentaEnum(),176 string='pentaenum';177 end178 179 if enum==SingEnum(),180 string='singenum';181 end182 183 if enum==BeamEnum(),184 string='beamenum';185 end186 187 if enum==NodeEnum(),188 string='nodeenum';189 end190 191 if enum==LoadEnum(),192 string='loadenum';193 end194 195 if enum==IcefrontEnum(),196 string='icefrontenum';197 end198 199 if enum==RiftfrontEnum(),200 string='riftfrontenum';201 end202 203 if enum==PenpairEnum(),204 string='penpairenum';205 end206 207 if enum==PengridEnum(),208 string='pengridenum';209 end210 211 if enum==MaterialEnum(),212 string='materialenum';213 end214 215 if enum==MaticeEnum(),216 string='maticeenum';217 end218 219 if enum==MatparEnum(),220 string='matparenum';221 end222 223 if enum==InputEnum(),224 string='inputenum';225 end226 227 if enum==ParamEnum(),228 string='paramenum';229 end230 231 if enum==ResultEnum(),232 string='resultenum';233 end234 235 if enum==RgbEnum(),236 string='rgbenum';237 end238 239 if enum==SpcEnum(),240 string='spcenum';241 end242 243 107 %check that an analysis type has been found for enum 244 108 if strcmp(string,'not found'),
Note:
See TracChangeset
for help on using the changeset viewer.