Changeset 27024
- Timestamp:
- 05/25/22 05:54:06 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r26890 r27024 3105 3105 void FemModel::UpdateConstraintsx(void){ /*{{{*/ 3106 3106 3107 IssmDouble time ;3107 IssmDouble time,yts; 3108 3108 int analysis_type,config_type; 3109 3109 … … 3112 3112 parameters->FindParam(&config_type,ConfigurationTypeEnum); 3113 3113 parameters->FindParam(&time,TimeEnum); 3114 parameters->FindParam(&yts,ConstantsYtsEnum); 3114 3115 3115 3116 int index=AnalysisIndex(config_type); … … 3117 3118 3118 3119 /*start module: */ 3119 if(VerboseModule()) _printf0_(" Updating constraints and active domain of analysis " << EnumToStringx(analysis_type) << " for time: " << time << "\n");3120 if(VerboseModule()) _printf0_(" Updating constraints and active domain of analysis " << EnumToStringx(analysis_type) << " for time: " << time/yts << "\n"); 3120 3121 3121 3122 Analysis* analysis= EnumToAnalysis(analysis_type); … … 3129 3130 NodesDofx(nodes,parameters); 3130 3131 3131 } 3132 /*}}}*/ 3132 }/*}}}*/ 3133 3133 int FemModel::UpdateVertexPositionsx(void){ /*{{{*/ 3134 3134
Note:
See TracChangeset
for help on using the changeset viewer.