vtf-logo

shells/fragmentation/ElementCohesive.h

Go to the documentation of this file.
00001 // -*- C++ -*- 
00002 //
00003 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00004 //
00005 //                                   Fehmi Cirak
00006 //                        California Institute of Technology
00007 //                           (C) 2003 All Rights Reserved
00008 //
00009 // <LicenseText>
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

Generated on Fri Aug 24 13:00:24 2007 for SFC Thin-Shell Finite Element Solver by  doxygen 1.4.7