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 STABLETIMESTEP_H 00014 #define STABLETIMESTEP_H 00015 #include "../fem/definitions.h" 00016 00017 #include "MShell.h" 00018 00019 00020 namespace shells { 00021 double computeStableTimeStep(shells::MShell * const mshell, 00022 double thickness, 00023 const shells::MShell::ElementType type=shells::MShell::active); 00024 } 00025 00026 #endif