source:
issm/oecreview/Archive/22819-23185/ISSM-23173-23174.diff
Last change on this file was 23186, checked in by , 7 years ago | |
---|---|
File size: 1.9 KB |
-
../trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.cpp
47 47 48 48 if(VerboseMProcessor()) _printf0_(" creating datasets for analysis " << EnumToStringx(analysis_enum) << "\n"); 49 49 Analysis* analysis = EnumToAnalysis(analysis_enum); 50 printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__); 50 51 analysis->UpdateParameters(parameters,iomodel,solution_enum,analysis_enum); 52 printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__); 51 53 analysis->CreateNodes(nodes,iomodel); 54 printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__); 52 55 analysis->CreateConstraints(constraints,iomodel); 56 printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__); 53 57 analysis->CreateLoads(loads,iomodel); 54 58 analysis->UpdateElements(elements,iomodel,i,analysis_enum); 55 59 delete analysis; -
../trunk-jpl/src/c/classes/IoModel.cpp
816 816 this->AddConstant(new IoConstant(StringToEnumx(string),record_name)); 817 817 } else if(strcmp(record_name,"md.thermal.fe")==0){ 818 818 this->AddConstant(new IoConstant(StringToEnumx(string),record_name)); 819 } else if(strcmp(record_name,"md.levelset.fe")==0){ 820 this->AddConstant(new IoConstant(StringToEnumx(string),record_name)); 819 821 } else if(strcmp(record_name,"md.groundingline.migration")==0){ 820 822 this->AddConstant(new IoConstant(StringToEnumx(string),record_name)); 821 823 } else if(strcmp(record_name,"md.groundingline.friction_interpolation")==0){
Note:
See TracBrowser
for help on using the repository browser.