00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef ELEMENTCOHESIVE_H
00014 #define ELEMENTCOHESIVE_H
00015
00016
00017 namespace shells {
00018 struct SElementS;
00019 }
00020
00021
00022 namespace fragment {
00023 void residualForces (double properties[6],
00024 const shells::SElementS * const elements[2],
00025 const int edges[2],
00026 double *internal,
00027 const int& internalDimension,
00028 const double& thick,
00029 const double& weighting);
00030 }
00031
00032 #endif