Changeset 25259
- Timestamp:
- 07/10/20 18:36:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
r25258 r25259 141 141 142 142 143 int inputscaling= 0;143 int inputscaling=1; 144 144 if(!inputscaling){ 145 145 /*Scale variable outside of the inputs:{{{*/ … … 330 330 transientinput2->Configure(femmodel->parameters); 331 331 } //}}} 332 void InputScaleFromDakotax(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* partition, int npart, int nt, int name){ /*{{{*/332 void InputScaleFromDakotax(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* partition, int npart, int nt, int name){ /*{{{*/ 333 333 334 334 /*Copy input:*/ … … 345 345 femmodel->inputs2->ChangeEnum(DummyEnum,name); 346 346 347 /*Some specialty code:*/ 348 switch(name){ 349 case MaterialsRheologyBEnum: 350 femmodel->inputs2->DuplicateInput(name,MaterialsRheologyBbarEnum); 351 break; 352 } 353 347 354 348 355 } /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.