#include "iwave.h"#include "except.hh"Go to the source code of this file.
Classes | |
| struct | s_asg_ts_pars |
Defines | |
| #define | CFL_DEF 0.95 |
Typedefs | |
| typedef s_asg_ts_pars | ASG_TS_PARS |
Functions | |
| int | asg_modelinit (PARARRAY pars, FILE *stream, IMODEL &model) |
| void | asg_modeldest (void **specs) |
| int | asg_timegrid (PARARRAY *pars, FILE *stream, grid const &g, float &dt, float &rhs) |
| void | asg_timestep (std::vector< RDOM * > dom, bool fwd, int iv, void *fdpars) |
| int | asg_create_sten (void *, FILE *, int, IPNT[RDOM_MAX_NARR], STENCIL *) |
| void | asg_check (RDOM *dom, void *specs, FILE *stream) |
| void | asg_loop_refine (int const *gmin, int const *gmax, float tmax, int input, FILE *stream, void *specs) |
| typedef struct s_asg_ts_pars ASG_TS_PARS |
| void asg_modeldest | ( | void ** | specs | ) |
| void asg_timestep | ( | std::vector< RDOM * > | dom, | |
| bool | fwd, | |||
| int | iv, | |||
| void * | fdpars | |||
| ) |
| void asg_check | ( | RDOM * | dom, | |
| void * | specs, | |||
| FILE * | stream | |||
| ) |
| void asg_loop_refine | ( | int const * | gmin, | |
| int const * | gmax, | |||
| float | tmax, | |||
| int | input, | |||
| FILE * | stream, | |||
| void * | specs | |||
| ) |
1.4.7