Ignore:
Timestamp:
07/05/11 16:46:08 (14 years ago)
Author:
Eric.Larour
Message:

Modified API for modules, to take into account new constraint applications, without nodesets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.h

    r8654 r8800  
    7979                void   Configure(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters);
    8080                void   SetCurrentConfiguration(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters);
    81                 void   CreateKMatrix(Mat Kgg, Mat Kff, Mat Kfs,Vec dg,Vec df);
    82                 void   CreatePVector(Vec pg, Vec pf);
     81                void   CreateKMatrix(Mat Kff, Mat Kfs,Vec df);
     82                void   CreatePVector(Vec pf);
    8383                void   DeleteResults(void);
    8484                double DragCoefficientAbsGradient(bool process_units,int weight_index);
Note: See TracChangeset for help on using the changeset viewer.