#include <iwinfo.hh>
Public Member Functions | |
| std::string | get_iwave_model () const |
| IOKEY * | get_iwave_iokeys () const |
| FIELD * | get_iwave_fields () const |
| FD_MODELINIT | get_minit () const |
| FD_MODELDEST | get_mdest () const |
| FD_TIMEGRID | get_timegrid () const |
| FD_TIMESTEP | get_timestep () const |
| FD_STENCIL | get_stencil () const |
| FD_CHECK | get_check () const |
| FD_LOOPDEF | get_loopdef () const |
| int | get_num_fields () const |
| int | get_num_iokeys () const |
| int | get_property_iokeys (const std::string keyword, const std::string property) const |
| ostream & | write_iwave_fields (ostream &str) const |
| ostream & | write_iwave_iokeys (ostream &str) const |
Static Public Attributes | |
| static std::string | iwave_model |
| critical data members; must be defined in glabal namespace somewhere | |
| static FIELD | iwave_fields [] |
| static IOKEY | iwave_iokeys [] |
| static FD_MODELINIT | minit |
| static FD_MODELDEST | mdest |
| static FD_TIMESTEP | timestep |
| static FD_TIMEGRID | timegrid |
| static FD_STENCIL | createstencil |
| static FD_CHECK | check |
| static FD_LOOPDEF | loopdef |
Definition at line 238 of file iwinfo.hh.
| std::string IWaveInfo::get_iwave_model | ( | ) | const |
| IOKEY* IWaveInfo::get_iwave_iokeys | ( | ) | const |
| FIELD* IWaveInfo::get_iwave_fields | ( | ) | const |
| FD_MODELINIT IWaveInfo::get_minit | ( | ) | const |
| FD_MODELDEST IWaveInfo::get_mdest | ( | ) | const |
| FD_TIMEGRID IWaveInfo::get_timegrid | ( | ) | const |
| FD_TIMESTEP IWaveInfo::get_timestep | ( | ) | const |
| FD_STENCIL IWaveInfo::get_stencil | ( | ) | const |
| FD_LOOPDEF IWaveInfo::get_loopdef | ( | ) | const |
| int IWaveInfo::get_num_fields | ( | ) | const |
| int IWaveInfo::get_num_iokeys | ( | ) | const |
| int IWaveInfo::get_property_iokeys | ( | const std::string | keyword, | |
| const std::string | property | |||
| ) | const |
| ostream& IWaveInfo::write_iwave_fields | ( | ostream & | str | ) | const |
| ostream& IWaveInfo::write_iwave_iokeys | ( | ostream & | str | ) | const |
std::string IWaveInfo::iwave_model [static] |
critical data members; must be defined in glabal namespace somewhere
Definition at line 243 of file iwinfo.hh.
Referenced by get_iwave_model().
FIELD IWaveInfo::iwave_fields[] [static] |
IOKEY IWaveInfo::iwave_iokeys[] [static] |
FD_MODELINIT IWaveInfo::minit [static] |
FD_MODELDEST IWaveInfo::mdest [static] |
FD_TIMESTEP IWaveInfo::timestep [static] |
FD_TIMEGRID IWaveInfo::timegrid [static] |
FD_STENCIL IWaveInfo::createstencil [static] |
FD_CHECK IWaveInfo::check [static] |
FD_LOOPDEF IWaveInfo::loopdef [static] |
1.4.7