Changeset 26879
- Timestamp:
- 02/10/22 12:29:23 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/Penta.cpp ¶
r26876 r26879 2885 2885 /* Get node coordinates and dof list: */ 2886 2886 ::GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES); 2887 2888 2887 Input* calvingratex_input = NULL; 2889 2888 Input* calvingratey_input = NULL; … … 2894 2893 Input *lsf_slopex_input = this->GetInput(LevelsetfunctionSlopeXEnum); _assert_(lsf_slopex_input); 2895 2894 Input *lsf_slopey_input = this->GetInput(LevelsetfunctionSlopeYEnum); _assert_(lsf_slopey_input); 2896 Input *vx_input = this->GetInput(Vx Enum);_assert_(vx_input);2897 Input *vy_input = this->GetInput(Vy Enum);_assert_(vy_input);2895 Input *vx_input = this->GetInput(VxAverageEnum); _assert_(vx_input); 2896 Input *vy_input = this->GetInput(VyAverageEnum); _assert_(vy_input); 2898 2897 Input *gr_input = this->GetInput(MaskOceanLevelsetEnum); _assert_(gr_input); 2899 2898
Note:
See TracChangeset
for help on using the changeset viewer.