Changeset 17513 for issm/trunk-jpl/src/c/classes/Elements/ElementHook.h
- Timestamp:
- 03/21/14 09:07:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/ElementHook.h
r16382 r17513 25 25 26 26 void SetHookNodes(int* node_ids,int numnodes,int analysis_counter); 27 void SpawnTriaHook(ElementHook* triahook,int location); //3d only 27 void SpawnTriaHook(ElementHook* triahook,int location); //3d only TO BE REMOVED (replaced by the one below) 28 void SpawnTriaHook(ElementHook* triahook,int index1,int index2,int index3); //3d only 28 29 void SpawnSegHook(ElementHook* triahook,int ndex1,int index2); //2d only 29 30 void InitHookNeighbors(int* element_ids); //3d only
Note:
See TracChangeset
for help on using the changeset viewer.