00001 // include files for the timestepping methods 00002 00003 #ifndef timestepping_hh 00004 #define timestepping_hh 00005 00006 #include "timestepping/timestepping.hh" 00007 #include "timestepping/strategy.hh" 00008 #include "timestepping/vectors.hh" 00009 #include "timestepping/newmark.hh" 00010 #include "timestepping/theta.hh" 00011 #include "timestepping/rungekutta2.hh" 00012 #include "timestepping/rungekutta4.hh" 00013 #include "timestepping/euler.hh" 00014 #include "timestepping/tvd_rk2.hh" 00015 #include "timestepping/alpha.hh" 00016 #include "timestepping/nystroem.hh" 00017 00075 namespace timestepping { 00076 // leave empty 00077 } // namespace timestepping 00078 00079 #endif // timestepping_hh