Changeset 1860


Ignore:
Timestamp:
08/25/09 09:58:04 (16 years ago)
Author:
seroussi
Message:

changed name from thermalstatic to steadystate in cielo

Location:
issm/trunk/src/m/solutions/cielo
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/objectivefunctionC.m

    r1850 r1860  
    88fit=m.parameters.fit(n);
    99control_type=m.parameters.control_type;
    10 thermalstatic=m.parameters.thermalstatic;
     10steadystate=m.parameters.steadystate;
    1111
    1212%Update along gradient using scalar supplied by fmincon optimization routine
     
    1717
    1818%Run diagnostic with updated parameters.
    19 if ~thermalstatic,
     19if ~steadystate,
    2020        %do a simple diagnostic, with the current temperature profile, do not look for steady state.
    2121        u_g=diagnostic_core_nonlinear(m,inputs,analysis_type,sub_analysis_type);
    2222else
    2323        %do a full thermal mechanical steady state converged computation, much slower!
    24         results=thermalstatic_core(models,inputs); u_g=results.u_g;
     24        results=steadystate_core(models,inputs); u_g=results.u_g;
    2525
    2626        %u_g ships with 3 or 4 dofs, we only want the horizontal ones!
Note: See TracChangeset for help on using the changeset viewer.