#include "Integrator.h"
#include "CLESLog.h"
#include <string>
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 |
| #define f_finish_weno FORTRAN_NAME(finishweno, FINISHWENO) |
| #define f_init_common FORTRAN_NAME(combl, COMBL) |
| #define f_init_weno FORTRAN_NAME(initweno, INITWENO) |
| 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& meqn |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& method |
| void const INTEGER const INTEGER const INTEGER& mghosts |
| 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& nvars |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& optimized |
| void const INTEGER const INTEGER const INTEGER const INTEGER& order |
| 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 |
| void const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER const INTEGER& viscous |