00001 #include "vector2d.h" 00002 00003 //One element's connectivity information 00004 typedef int connRec[3]; 00005 00006 //Compute forces on constant-strain triangles: 00007 void CST_NL(const vector2d *coor,const int *lm,vector2d *R_net, 00008 const vector2d *d,const double *c, 00009 int numnp,int numel, 00010 double *S11o,double *S22o,double *S12o);