Changeset 17634
- Timestamp:
- 04/03/14 13:54:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Elements/Tria.cpp ¶
r17633 r17634 1329 1329 bool grounded; 1330 1330 1331 IssmDouble* basis = xNew<IssmDouble>(NUMVERTICES);1332 1333 1334 1331 /* Get node coordinates and dof list: */ 1335 1332 GetVerticesCoordinates(&xyz_list); … … 1342 1339 Input* vy_input = inputs->GetInput(VyEnum); _assert_(vy_input); 1343 1340 1341 /*Create gauss point in the middle of the basal edge*/ 1344 1342 Gauss* gauss=NewGaussBase(1); 1345 1343 gauss->GaussPoint(0);
Note:
See TracChangeset
for help on using the changeset viewer.