Ignore:
Timestamp:
11/17/11 13:53:36 (13 years ago)
Author:
Eric.Larour
Message:

Added ElementResponsex module, to handle responses where we are averaging
inputs over a certain element.

File:
1 edited

Legend:

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

    r10574 r10703  
    123123                void   MinVy(double* pminvy, bool process_units);
    124124                void   MinVz(double* pminvz, bool process_units);
    125                 double RheologyBbarx(void);
    126125                int    NodalValue(double* pvalue, int index, int natureofdataenum,bool process_units);
    127126                double MassFlux(double* segment,bool process_units);
     
    129128                void   MaxAbsVy(double* pmaxabsvy, bool process_units);
    130129                void   MaxAbsVz(double* pmaxabsvz, bool process_units);
     130                void   ElementResponse(double* presponse,int response_enum,bool process_units);
    131131                void   MaxVel(double* pmaxvel, bool process_units);
    132132                void   MaxVx(double* pmaxvx, bool process_units);
Note: See TracChangeset for help on using the changeset viewer.