#include "iwave.h"#include "except.hh"#include "acd_gfdm.h"#include "acd_gfdm2.h"Go to the source code of this file.
Classes | |
| struct | ACD_TS_PARS |
Defines | |
| #define | OLD |
| #define | D_UC 1 |
| #define | D_UP 2 |
| #define | D_CSQ 0 |
| #define | CFL_DEF 0.95 |
Functions | |
| int | acd_modelinit (PARARRAY pars, FILE *stream, IMODEL &model) |
| void | acd_modeldest (void **specs) |
| int | acd_timegrid (PARARRAY *pars, FILE *stream, grid const &g, ireal &dt, ireal &rhs) |
| void | acd_timestep (std::vector< RDOM * > dom, bool fwd, int iv, void *fdpars) |
| int | acd_create_sten (void *, FILE *, int, IPNT[RDOM_MAX_NARR], STENCIL *) |
| void | acd_check (RDOM *dom, void *specs, FILE *stream) |
| void | acd_loop_refine (int const *gmin, int const *gmax, float tmax, int input, FILE *stream, void *specs) |
| void acd_modeldest | ( | void ** | specs | ) |
| void acd_timestep | ( | std::vector< RDOM * > | dom, | |
| bool | fwd, | |||
| int | iv, | |||
| void * | fdpars | |||
| ) |
| void acd_check | ( | RDOM * | dom, | |
| void * | specs, | |||
| FILE * | stream | |||
| ) |
| void acd_loop_refine | ( | int const * | gmin, | |
| int const * | gmax, | |||
| float | tmax, | |||
| int | input, | |||
| FILE * | stream, | |||
| void * | specs | |||
| ) |
1.4.7