source:
issm/oecreview/Archive/16554-17801/ISSM-17582-17583.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 860 bytes |
-
TabularUnified ../trunk-jpl/src/c/classes/Elements/Tria.cpp
1327 1327 bool grounded = true; 1328 1328 1329 1329 /* Get node coordinates and dof list: */ 1330 ::GetVerticesCoordinates( &xyz_list[0][0],vertices,NUMVERTICES);1330 ::GetVerticesCoordinates(xyz_list,vertices,NUMVERTICES); 1331 1331 1332 1332 /*Retrieve all inputs we will be needing: */ 1333 1333 Input* pressure_input=inputs->GetInput(PressureEnum); _assert_(pressure_input); … … 1336 1336 1337 1337 _error_("STOP"); 1338 1338 1339 for(i =0;i<NUMVERTICES;i++){1339 for(int i=0;i<NUMVERTICES;i++){ 1340 1340 if(grounded) vertexgrounded->SetValue(vertices[i]->Pid(),+1.,INS_VAL); 1341 1341 else vertexfloating->SetValue(vertices[i]->Pid(),+1.,INS_VAL); 1342 1342 }
Note:
See TracBrowser
for help on using the repository browser.