Ignore:
Timestamp:
12/30/14 08:26:56 (10 years ago)
Author:
lemorzad
Message:

updating pdd module and NR 236 and 237. Updated python scripts may not work as I am not familiar with python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tetra.h

    r18953 r18968  
    5454                void        ControlToVectors(Vector<IssmPDouble>* vector_control, Vector<IssmPDouble>* vector_gradient,int control_enum){_error_("not implemented yet");};
    5555                void        Delta18oParameterization(void){_error_("not implemented yet");};
     56                void        MungsmtpParameterization(void){_error_("not implemented yet");};
    5657                IssmDouble  DragCoefficientAbsGradient(void){_error_("not implemented yet");};
    5758                void        ElementResponse(IssmDouble* presponse,int response_enum){_error_("not implemented yet");};
     
    135136                int         NumberofNodesPressure(void);
    136137                int         NumberofNodesVelocity(void);
    137                 void        PositiveDegreeDay(IssmDouble* pdds,IssmDouble* pds,IssmDouble signorm){_error_("not implemented yet");};
     138                void        PositiveDegreeDay(IssmDouble* pdds,IssmDouble* pds,IssmDouble signorm,bool ismungsm){_error_("not implemented yet");};
    138139                void        PotentialUngrounding(Vector<IssmDouble>* potential_sheet_ungrounding){_error_("not implemented yet");};
    139140                int         PressureInterpolation(void);
Note: See TracChangeset for help on using the changeset viewer.