Changeset 14207


Ignore:
Timestamp:
12/20/12 13:58:06 (12 years ago)
Author:
Eric.Larour
Message:

CHG: pushed scaling of inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/android/ISSM/jni/Main.cpp ΒΆ

    r14191 r14207  
    8181                __android_log_print(ANDROID_LOG_INFO, "Native","alpha %g ",alpha);
    8282                InputDuplicatex(fm->elements,fm->nodes,fm->vertices,fm->loads,fm->materials,fm->parameters,AndroidFrictionCoefficientEnum,FrictionCoefficientEnum);
     83
     84                /*now scale friction by alpha: */
     85                InputScalex(fm->elements,fm->nodes,fm->vertices,fm->loads,fm->materials,fm->parameters,FrictionCoefficientEnum,alpha/100);
    8386
    8487                /*solve: */
Note: See TracChangeset for help on using the changeset viewer.