acd_defn.hh

Go to the documentation of this file.
00001 #ifndef __ACD_DEFN__
00002 #define __ACD_DEFN__
00003 
00004 #include "acd.hh"
00005 #include "iwinfo.hh"
00006 
00007 std::string IWaveInfo::iwave_model = "acd";
00008 FIELD IWaveInfo::iwave_fields[]
00009 = {
00010   {"csq",    0,    0,  {0, 0, 0}},
00011   {"uc",     1,    0,  {0, 0, 0}},
00012   {"up",     1,    0,  {0, 0, 0}},
00013   {"",       0,    0,  {0, 0, 0}}
00014 };
00015 
00016 FD_MODELINIT IWaveInfo::minit = acd_modelinit;
00017 FD_MODELDEST IWaveInfo::mdest = acd_modeldest;
00018 FD_TIMESTEP IWaveInfo::timestep = acd_timestep;
00019 FD_TIMEGRID IWaveInfo::timegrid = acd_timegrid;
00020 FD_STENCIL IWaveInfo::createstencil = acd_create_sten;
00021 FD_CHECK IWaveInfo::check = acd_check;
00022 FD_LOOPDEF IWaveInfo::loopdef = acd_loop_refine;
00023 
00024 #endif
00025 

Generated on 5 Jan 2017 for IWAVEACD by  doxygen 1.4.7