Ignore:
Timestamp:
09/16/15 17:15:08 (10 years ago)
Author:
Eric.Larour
Message:

CHG: finished first prototype implementation of the GEMB model inside the Gembx module of the SurfaceMassBalancex module,
and inside the SMBgemb.m class, as well as the SMBGemb method of the Element.cpp class.
Had to introduce the concept also of a DoubleArrayInput to keep track of the vertical gridded datasets within each element.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/DoubleInput.h

    r19254 r19554  
    4141                int  GetResultInterpolation(void){return P0Enum;};
    4242                int  GetResultNumberOfNodes(void){return 1;};
     43                int  GetResultArraySize(void){return 1;};
    4344                void ResultToPatch(IssmDouble* values,int nodesperelement,int sid){_error_("not supported yet");};
    4445                void AddTimeValues(IssmDouble* values,int step,IssmDouble time){_error_("not supported yet");};
Note: See TracChangeset for help on using the changeset viewer.