Changeset 16291 for issm/trunk-jpl/src/c/classes/Node.cpp
- Timestamp:
- 10/03/13 14:53:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Node.cpp ¶
r16233 r16291 55 55 _assert_(sqrt( coord_system[0][0]*coord_system[0][0] + coord_system[1][0]*coord_system[1][0]) >1.e-4); 56 56 57 if(iomodel-> dim==3){57 if(iomodel->meshtype==Mesh3DEnum){ 58 58 /*We have a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */ 59 59 _assert_(iomodel->Data(MeshVertexonbedEnum)); … … 95 95 analysis_type==HydrologyDCEfficientAnalysisEnum 96 96 ){ 97 if(iomodel-> dim==3){97 if(iomodel->meshtype==Mesh3DEnum){ 98 98 /*On a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */ 99 99 _assert_(iomodel->Data(MeshVertexonbedEnum)); … … 104 104 } 105 105 if(analysis_type==FreeSurfaceTopAnalysisEnum){ 106 if(iomodel-> dim==3){106 if(iomodel->meshtype==Mesh3DEnum){ 107 107 /*On a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */ 108 108 _assert_(iomodel->Data(MeshVertexonsurfaceEnum));
Note:
See TracChangeset
for help on using the changeset viewer.