vtf-logo

shells/fem/kirchhoffMaterial.h

Go to the documentation of this file.
00001 /* -*- C -*- */
00002 /*
00003  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00004  *
00005  *                                   Fehmi Cirak
00006  *                        California Institute of Technology
00007  *                           (C) 2004 All Rights Reserved
00008  *
00009  * <LicenseText>
00010  *
00011  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
00012  */
00013 #ifndef KIRCHHOFFMATERIAL_H
00014 #define KIRCHHOFFMATERIAL_H
00015 
00016 #ifdef __cplusplus
00017 namespace shells {
00018 #define DECLARE_EXTERN extern "C"
00019 #else
00020 #define DECLARE_EXTERN extern
00021 #endif
00022     
00023     struct SurfacePropS;
00024     struct SMaterialS;
00025                 
00026     DECLARE_EXTERN void kirchhoffMaterial (double Pk2[3][3], 
00027                                            struct SurfacePropS *gr, 
00028                                            struct SurfacePropS *gc, 
00029                                            double *stretch, 
00030                                            struct SMaterialS *mat);
00031 
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035 #undef DECLARE_EXTERN
00036 
00037 #endif /* KIRCHHOFFMATERIAL_H */

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