Ignore:
Timestamp:
11/24/13 10:22:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: moving some functions from Tria and Penta to Element.cpp, because these functions do not depend on the type of element

File:
1 edited

Legend:

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

    r16907 r16910  
    3333                int          sid;
    3434
    35                 Node       **nodes;                       // nodes
    3635                Vertex     **vertices;                    // 3 vertices
    3736                Material    *material;                    // 1 material ice
     
    3938
    4039                Parameters  *parameters;                  //pointer to solution parameters
    41                 Inputs      *inputs;
    4240
    4341                /*Seg constructors, destructors {{{*/
     
    6765                /*}}}*/
    6866                /*Element virtual functions definitions: {{{*/
    69                 bool        AllActive(void){_error_("not implemented yet");};
    70                 bool        AnyActive(void){_error_("not implemented yet");};
    7167                void        AddBasalInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");};
    7268                void        AddInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");};
    73                 void        AddInput(Input* input_in){_error_("not implemented yet");};
    7469                void        AddMaterialInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");};
    7570                IssmDouble  CharacteristicLength(void){_error_("not implemented yet");};
     
    145140                void        GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating){_error_("not implemented yet");};
    146141                IssmDouble  GetGroundedPortion(IssmDouble* xyz_list){_error_("not implemented yet");};
    147                 Input*      GetInput(int inputenum);
    148142                Input*      GetMaterialInput(int inputenum){_error_("not implemented yet");};
    149143                void        GetInputListOnVertices(IssmDouble* pvalue,int enumtype){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.