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
  • TabularUnified issm/trunk-jpl/src/c/classes/Inputs/SegInput.h ΒΆ

    r19254 r19554  
    4343                int  GetResultInterpolation(void){_error_("not implemented");};
    4444                int  GetResultNumberOfNodes(void){_error_("not implemented");};
     45                int  GetResultArraySize(void){_error_("not implemented");};
    4546                void ResultToPatch(IssmDouble* values,int nodesperelement,int sid){_error_("not supported yet");};
    4647                void   AddTimeValues(IssmDouble* values,int step,IssmDouble time){_error_("not supported yet");};
Note: See TracChangeset for help on using the changeset viewer.