Changeset 483 for issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp
- Timestamp:
- 05/18/09 16:55:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp
r465 r483 73 73 else if (strcmp(model->analysis_type,"thermal")==0){ 74 74 75 if ((strcmp(model->sub_analysis_type,"steady")==0) || (strcmp(model->sub_analysis_type,"transient")==0)){ 76 77 //CreateElementsNodesAndMaterialsThermal(pelements,pnodes,pmaterials, model,model_handle); 78 //CreateConstraintsThermal(pconstraints,model,model_handle); 79 //CreateLoadsThermal(ploads,model,model_handle); 75 CreateElementsNodesAndMaterialsThermal(pelements,pnodes,pmaterials, model,model_handle); 76 CreateConstraintsThermal(pconstraints,model,model_handle); 77 CreateLoadsThermal(ploads,model,model_handle); 80 78 81 82 else if (strcmp(model->sub_analysis_type,"melting")==0){79 } 80 else if (strcmp(model->analysis_type,"melting")==0){ 83 81 84 //CreateElementsNodesAndMaterialsMelting(pelements,pnodes,pmaterials, model,model_handle); 85 //CreateConstraintsMelting(pconstraints,model,model_handle); 86 //CreateLoadsMelting(ploads,model,model_handle); 87 88 } 82 CreateElementsNodesAndMaterialsMelting(pelements,pnodes,pmaterials, model,model_handle); 83 CreateConstraintsMelting(pconstraints,model,model_handle); 84 CreateLoadsMelting(ploads,model,model_handle); 89 85 } 90 86 else if (strcmp(model->analysis_type,"prognostic")==0){
Note:
See TracChangeset
for help on using the changeset viewer.