Changeset 21720
- Timestamp:
- 05/17/17 16:15:22 (8 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/Elements
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.h
r21714 r21720 59 59 /*bool AllActive(void);*/ 60 60 /*bool AnyActive(void);*/ 61 void BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement){_error_("not implemented yet");}; 61 62 void ComputeLambdaS(void); 62 63 void ComputeNewDamage(); -
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r21714 r21720 170 170 _assert_(this->inputs); 171 171 this->inputs->AddInput(new PentaInput(input_enum,values,interpolation_enum)); 172 } 173 /*}}}*/ 174 void Penta::BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement){/*{{{*/ 175 176 PentaRef::BasalNodeIndices(pnumindices,pindices,finiteelement); 177 172 178 } 173 179 /*}}}*/ -
issm/trunk-jpl/src/c/classes/Elements/Penta.h
r21714 r21720 48 48 void AddInput(int input_enum, IssmDouble* values, int interpolation_enum); 49 49 void AverageOntoPartition(Vector<IssmDouble>* partition_contributions,Vector<IssmDouble>* partition_areas,IssmDouble* vertex_response,IssmDouble* qmu_part); 50 void BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement); 50 51 void CalvingRateDev(); 51 52 void CalvingRateLevermann();
Note:
See TracChangeset
for help on using the changeset viewer.