#include "iwave.h"#include "except.hh"Go to the source code of this file.
Classes | |
| struct | s_esg_ts_pars |
Defines | |
| #define | CFL_DEF 0.95 |
Typedefs | |
| typedef s_esg_ts_pars | ESG_TS_PARS |
Functions | |
| int | esg_modelinit (PARARRAY pars, FILE *stream, IMODEL &model) |
| void | esg_modeldest (void **specs) |
| int | esg_timegrid (PARARRAY *pars, FILE *stream, grid const &g, float &dt, float &rhs) |
| void | esg_timestep (std::vector< RDOM * > dom, bool fwd, int iv, void *fdpars) |
| int | esg_create_sten (void *, FILE *, int, IPNT[RDOM_MAX_NARR], STENCIL *) |
| void | esg_check (RDOM *dom, void *specs, FILE *stream) |
| typedef struct s_esg_ts_pars ESG_TS_PARS |
| void esg_modeldest | ( | void ** | specs | ) |
| void esg_timestep | ( | std::vector< RDOM * > | dom, | |
| bool | fwd, | |||
| int | iv, | |||
| void * | fdpars | |||
| ) |
| void esg_check | ( | RDOM * | dom, | |
| void * | specs, | |||
| FILE * | stream | |||
| ) |
1.4.7