• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

felix_driver.H

Go to the documentation of this file.
00001 //===========================================================================
00002 // felix_driver.H
00003 //===========================================================================
00004 
00005 #ifndef FELIX_DRIVER
00006 #define FELIX_DRIVER
00007 
00008 #include "DyCoreModelRegistry.H"
00009 
00010 class DycoreToGlimmer;
00011 class FelixToGlimmer;
00012 
00013 void felix_driver_init(int argc, int exec_mode,  FelixToGlimmer * ftg_ptr, const char * input_fname);
00014 
00015 void felix_driver_run(FelixToGlimmer * ftg_ptr, double& cur_time_yr, double time_inc);
00016 
00017 void felix_driver_finalize(int amr_obj_index);
00018 
00019 
00020 #endif

Generated on Wed Mar 26 2014 18:36:38 for Albany: a Trilinos-based PDE code by  doxygen 1.7.1