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/c/objects/Elements/Penta.h

    r5933 r6130  
    118118                void   Update(int index, IoModel* iomodel,int analysis_counter,int analysis_type);
    119119                void   UpdateGeometry(void);
     120                double TimeAdapt();
    120121                /*}}}*/
    121122                /*Penta specific routines:{{{1*/
Note: See TracChangeset for help on using the changeset viewer.