Ignore:
Timestamp:
10/04/10 00:01:17 (14 years ago)
Author:
Eric.Larour
Message:

New time stepping, using CFL criterion. Just set time_adapt=1, and set cfl_coefficient (usually 1/2),
and off we go computing new time steps at every iteration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Model/loadmodel.m

    r5208 r6130  
    2727
    2828try,
     29        %recover model and name it md
    2930        struc=load(path,'-mat');
    30 
    31         %get name of model variable
    3231        fieldname=char(fieldnames(struc));
    3332        md=eval(['struc.' fieldname]);
     33       
     34        %now, transform md into a new model
    3435        if ~strcmpi(class(md),'model'),
    3536                md2=model;
Note: See TracChangeset for help on using the changeset viewer.