Changeset 21720


Ignore:
Timestamp:
05/17/17 16:15:22 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added BasalNodeIndices

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  
    5959                /*bool               AllActive(void);*/
    6060                /*bool               AnyActive(void);*/
     61                void               BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement){_error_("not implemented yet");};
    6162                void               ComputeLambdaS(void);
    6263                void               ComputeNewDamage();
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r21714 r21720  
    170170        _assert_(this->inputs);
    171171        this->inputs->AddInput(new PentaInput(input_enum,values,interpolation_enum));
     172}
     173/*}}}*/
     174void     Penta::BasalNodeIndices(int* pnumindices,int** pindices,int finiteelement){/*{{{*/
     175
     176        PentaRef::BasalNodeIndices(pnumindices,pindices,finiteelement);
     177
    172178}
    173179/*}}}*/
  • issm/trunk-jpl/src/c/classes/Elements/Penta.h

    r21714 r21720  
    4848                void           AddInput(int input_enum, IssmDouble* values, int interpolation_enum);
    4949                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);
    5051                void           CalvingRateDev();
    5152                void           CalvingRateLevermann();
Note: See TracChangeset for help on using the changeset viewer.