vtf-logo

shells/fem/selementLimit.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 SELEMENTLIMIT_H
00014 #define SELEMENTLIMIT_H
00015 
00016 #include "shells.h"
00017 
00018 #ifdef __cplusplus
00019 namespace shells {
00020 #define DECLARE_EXTERN extern "C"
00021 #else
00022 #define DECLARE_EXTERN extern
00023 #endif
00024     
00025     DECLARE_EXTERN void selementLimit(SShell *shell, 
00026                                       double *limitxyzg, 
00027                                       double *limitdispg, 
00028                                       int size); 
00029 
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 #undef DECLARE_EXTERN
00034 
00035 #endif

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