Ignore:
Timestamp:
11/16/13 14:27:12 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: working on FS

File:
1 edited

Legend:

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

    r16803 r16805  
    111111                void        JacobianDeterminantBase(IssmDouble* pJdet,IssmDouble* xyz_list_base,Gauss* gauss){_error_("not implemented yet");};
    112112                void        NodalFunctions(IssmDouble* basis,Gauss* gauss){_error_("not implemented yet");};
     113                void        NodalFunctionsVelocity(IssmDouble* basis,Gauss* gauss){_error_("not implemented yet");};
     114                void        NodalFunctionsPressure(IssmDouble* basis,Gauss* gauss){_error_("not implemented yet");};
    113115                bool        NoIceInElement(){_error_("not implemented yet");};
    114116                int         NumberofNodesVelocity(void){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.