Ignore:
Timestamp:
05/05/20 06:20:58 (5 years ago)
Author:
bdef
Message:

NEW: adding several averaging methods to pass from substep to main step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs2/TransientInput2.h

    r24565 r24790  
    5050                TriaInput2*  GetTriaInput();
    5151                TriaInput2*  GetTriaInput(IssmDouble time);
    52                 TriaInput2*  GetTriaInput(IssmDouble start_time,IssmDouble end_time);
     52                TriaInput2*  GetTriaInput(IssmDouble start_time,IssmDouble end_time,int averaging_method);
    5353                TriaInput2*  GetTriaInput(int offset);
    5454                PentaInput2* GetPentaInput();
     
    5959                int          GetTimeInputOffset(IssmDouble time);
    6060                void         SetCurrentTimeInput(IssmDouble time);
    61                 void         SetAverageAsCurrentTimeInput(IssmDouble start_time,IssmDouble end_time);
     61                void         SetAverageAsCurrentTimeInput(IssmDouble start_time,IssmDouble end_time,int averaging_method);
    6262                /*numerics:*/
    6363
Note: See TracChangeset for help on using the changeset viewer.