Ignore:
Timestamp:
10/11/13 10:13:16 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added bed slope calculation (needs debugging still)

File:
1 edited

Legend:

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

    r16238 r16382  
    3939                int    InstanceEnum();
    4040                Input* SpawnTriaInput(int location);
     41                Input* SpawnSegInput(int index1,int index2);
    4142                Input* PointwiseDivide(Input* forcingB){_error_("not implemented yet");};
    4243                Input* PointwiseMin(Input* forcingB){_error_("not implemented yet");};
     
    5556                void GetInputValue(IssmDouble* pvalue,GaussTria* gauss ,int index){_error_("not implemented yet");};
    5657                void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss ,int index){_error_("not implemented yet");};
     58                void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussSeg* gauss){_error_("not implemented yet");};
    5759                void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussTria* gauss);
    5860                void GetInputDerivativeValue(IssmDouble* derivativevalues, IssmDouble* xyz_list, GaussPenta* gauss){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.