Changeset 16910 for issm/trunk-jpl/src/c/classes/Elements/Seg.h
- Timestamp:
- 11/24/13 10:22:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Seg.h
r16907 r16910 33 33 int sid; 34 34 35 Node **nodes; // nodes36 35 Vertex **vertices; // 3 vertices 37 36 Material *material; // 1 material ice … … 39 38 40 39 Parameters *parameters; //pointer to solution parameters 41 Inputs *inputs;42 40 43 41 /*Seg constructors, destructors {{{*/ … … 67 65 /*}}}*/ 68 66 /*Element virtual functions definitions: {{{*/ 69 bool AllActive(void){_error_("not implemented yet");};70 bool AnyActive(void){_error_("not implemented yet");};71 67 void AddBasalInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");}; 72 68 void AddInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");}; 73 void AddInput(Input* input_in){_error_("not implemented yet");};74 69 void AddMaterialInput(int input_enum, IssmDouble* values, int interpolation_enum){_error_("not implemented yet");}; 75 70 IssmDouble CharacteristicLength(void){_error_("not implemented yet");}; … … 145 140 void GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating){_error_("not implemented yet");}; 146 141 IssmDouble GetGroundedPortion(IssmDouble* xyz_list){_error_("not implemented yet");}; 147 Input* GetInput(int inputenum);148 142 Input* GetMaterialInput(int inputenum){_error_("not implemented yet");}; 149 143 void GetInputListOnVertices(IssmDouble* pvalue,int enumtype){_error_("not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.