vtf-logo

shells/fem/gaussIntegration.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 #if !defined(GAUSSINTEGRATION_H)
00014 #define GAUSSINTEGRATION_H
00015 
00016 
00017 #ifdef __cplusplus
00018 namespace shells {
00019 #define DECLARE_EXTERN extern "C"
00020 #else
00021 #define DECLARE_EXTERN extern
00022 #endif
00023     
00024     struct ShapeFunctionS;
00025     struct InterpolationS;
00026 
00027     DECLARE_EXTERN struct ShapeFunctionS *gaussIntegration(struct InterpolationS *interpol,
00028                                                    int gp, 
00029                                                    int gpTotal, 
00030                                                    double *gpWgt);
00031 
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035 #undef DECLARE_EXTERN
00036 
00037 #endif
00038 
00039 /* End of file */

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