Changeset 27485
- Timestamp:
- 12/31/22 10:26:38 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r27294 r27485 709 709 IssmDouble xyz_list[NUMVERTICES][3]; 710 710 IssmDouble viscosity; 711 IssmDouble epsilon[6]; /* epsilon=[exx,eyy,e xy];*/711 IssmDouble epsilon[6]; /* epsilon=[exx,eyy,ezz,exy,exz,eyz];*/ 712 712 IssmDouble tau_xx[NUMVERTICES]; 713 713 IssmDouble tau_yy[NUMVERTICES]; … … 722 722 723 723 /*Retrieve all inputs we will be needing: */ 724 Input* vx_input=this->GetInput(VxEnum); 725 Input* vy_input=this->GetInput(VyEnum); 726 Input* vz_input=this->GetInput(VzEnum); 724 Input* vx_input=this->GetInput(VxEnum); _assert_(vx_input); 725 Input* vy_input=this->GetInput(VyEnum); _assert_(vy_input); 726 Input* vz_input=this->GetInput(VzEnum); _assert_(vz_input); 727 727 728 728 /* Start looping on the number of vertices: */
Note:
See TracChangeset
for help on using the changeset viewer.