Calls Hybrid-WENO Integrator. More...
#include "Integrator.h"#include <iostream>#include <string>#include <cassert>#include <cstdio>#include "AMRBase.h"#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include "DAGH.h"#include "../weno/src/generic/cles.h"Go to the source code of this file.
Classes | |
| class | WENOIntegrator< VectorType, dim > |
| Basic class for derivation of WENOIntegrator. More... | |
Defines | |
| #define | f_init_common FORTRAN_NAME(combl, COMBL) |
| #define | f_init_weno FORTRAN_NAME(initweno, INITWENO) |
| #define | f_finish_weno FORTRAN_NAME(finishweno, FINISHWENO) |
Functions | |
| void | FORTRAN_NAME (initweno, INITWENO)(const INTEGER &dim |
| void | FORTRAN_NAME (finishweno, FINISHWENO)() |
| void | FORTRAN_NAME (combl, COMBL)() |
Variables | |
| void const INTEGER & | meqn |
| void const INTEGER const INTEGER & | nvars |
| void const INTEGER const INTEGER const INTEGER & | mghosts |
| void const INTEGER const INTEGER const INTEGER const INTEGER & | order |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | optimized |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | use_carbfix |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | method |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | viscous |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | les |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | usrc |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER & | noTimeRefine |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const DOUBLE & | filter_alpha |
Calls Hybrid-WENO Integrator.
| #define f_finish_weno FORTRAN_NAME(finishweno, FINISHWENO) |
Referenced by WENOIntegrator< VectorType, DIM >::finish().
| #define f_init_common FORTRAN_NAME(combl, COMBL) |
Referenced by WENOIntegrator< VectorType, DIM >::SetupData().
| #define f_init_weno FORTRAN_NAME(initweno, INITWENO) |
Referenced by WENOIntegrator< VectorType, DIM >::SetupData().
| void FORTRAN_NAME | ( | combl | , | |
| COMBL | ||||
| ) |
| void FORTRAN_NAME | ( | finishweno | , | |
| FINISHWENO | ||||
| ) |
| void FORTRAN_NAME | ( | initweno | , | |
| INITWENO | ||||
| ) | const |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const DOUBLE& filter_alpha |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& les |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& method |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& noTimeRefine |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& use_carbfix |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& usrc |