Ignore:
Timestamp:
11/08/13 16:32:04 (11 years ago)
Author:
seroussi
Message:

NEW: working on InputUpdateFromSolutionHoriz

File:
1 edited

Legend:

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

    r16685 r16693  
    6666                /*}}}*/
    6767                /*Element virtual functions definitions: {{{*/
     68                void        AddInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");};
    6869                void        ComputeBasalStress(Vector<IssmDouble>* sigma_b){_error_("not implemented yet");};
    6970                void        ComputeStrainRate(Vector<IssmDouble>* eps){_error_("not implemented yet");};
     
    8485                void        GetDofListVelocity(int** pdoflist,int setenum){_error_("not implemented yet");};
    8586                void        GetDofListPressure(int** pdoflist,int setenum){_error_("not implemented yet");};
     87                void        GetInputListOnNodes(IssmDouble* pvalue,int enumtype){_error_("not implemented yet");};
     88                void        GetInputListOnNodes(IssmDouble* pvalue,int enumtype,IssmDouble defaultvalue){_error_("not implemented yet");};
     89                Matpar*     GetMatparPointer(void){_error_("not implemented yet");};
    8690                int         GetNodeIndex(Node* node){_error_("not implemented yet");};
    8791                void        GetNodesSidList(int* sidlist){_error_("not implemented yet");};
     
    8993                int         GetNumberOfNodes(void){_error_("not implemented yet");};
    9094                int         Sid(){_error_("not implemented yet");};
     95                void        InputChangeName(int input_enum, int enum_type_old){_error_("not implemented yet");};
    9196                bool        IsOnBed(){_error_("not implemented yet");};
    9297                bool        IsFloating(){_error_("not implemented yet");};
     
    117122                void    HydrologyEPLGetMask(Vector<IssmDouble>* vec_mask){_error_("not implemented yet");};
    118123                void    ComputeEPLThickness(void){_error_("not implemented yet");};
    119                 void    UpdateConstraintsL2ProjectionEPL(){_error_("not implemented");};
    120124                #endif
    121125                void        GetSolutionFromInputsOneDof(Vector<IssmDouble>* solution,int enum_type){_error_("not implemented yet");};
     
    135139                void        Update(int index, IoModel* iomodel,int analysis_counter,int analysis_type,int finitelement){_error_("not implemented yet");};
    136140                IssmDouble  TimeAdapt(){_error_("not implemented yet");};
     141                void        TransformSolutionCoord(IssmDouble* values,int transformenum){_error_("not implemented yet");};
    137142                void UpdateConstraintsExtrudeFromBase(){_error_("not implemented");};
    138143                void UpdateConstraintsExtrudeFromTop(){_error_("not implemented");};
     144                void UpdateConstraintsL2ProjectionEPL(){_error_("not implemented");};
    139145
    140146#ifdef _HAVE_RESPONSES_
Note: See TracChangeset for help on using the changeset viewer.