Changeset 94


Ignore:
Timestamp:
04/28/09 15:19:02 (16 years ago)
Author:
Eric.Larour
Message:

New quad pressure

File:
1 edited

Legend:

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

    r1 r94  
    6565                void  GetDofList(int* doflist,int* pnumberofdofs);
    6666                void  SegmentPressureLoad(double* pe_g,double rho_water,double rho_ice,double gravity, double* thickness_list, double* bed_list, double* normal,double length,int fill);
     67                void  QuadPressureLoad(double* pe_g,double rho_water,double rho_ice,double gravity, double* thickness_list, double* bed_list,
     68                                              double* normal1,double* normal2,double* normal3,double* normal4,double* xyz_list, int fill);
    6769                void  PenaltyCreateKMatrix(Mat Kgg,ParameterInputs* inputs,double kmax,int analysis_type);
    6870                void  PenaltyCreatePVector(Vec pg,ParameterInputs* inputs,double kmax,int analysis_type);
Note: See TracChangeset for help on using the changeset viewer.