Ignore:
Timestamp:
03/21/14 09:07:07 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: working on spawnTria function of Tetra

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/ElementHook.h

    r16382 r17513  
    2525
    2626                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
    2829                void SpawnSegHook(ElementHook* triahook,int ndex1,int index2); //2d only
    2930                void InitHookNeighbors(int* element_ids);               //3d only
Note: See TracChangeset for help on using the changeset viewer.