Changeset 26879


Ignore:
Timestamp:
02/10/22 12:29:23 (3 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed bad input, had to load averaged velocities for calving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r26876 r26879  
    28852885        /* Get node coordinates and dof list: */
    28862886        ::GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES);
    2887 
    28882887        Input* calvingratex_input = NULL;
    28892888        Input* calvingratey_input = NULL;
     
    28942893        Input *lsf_slopex_input = this->GetInput(LevelsetfunctionSlopeXEnum); _assert_(lsf_slopex_input);
    28952894        Input *lsf_slopey_input = this->GetInput(LevelsetfunctionSlopeYEnum); _assert_(lsf_slopey_input);
    2896         Input *vx_input         = this->GetInput(VxEnum);                     _assert_(vx_input);
    2897         Input *vy_input         = this->GetInput(VyEnum);                     _assert_(vy_input);
     2895        Input *vx_input         = this->GetInput(VxAverageEnum);              _assert_(vx_input);
     2896        Input *vy_input         = this->GetInput(VyAverageEnum);              _assert_(vy_input);
    28982897        Input *gr_input         = this->GetInput(MaskOceanLevelsetEnum);      _assert_(gr_input);
    28992898
Note: See TracChangeset for help on using the changeset viewer.