Interface-header to WENO standard Fortran-functions. More...
Go to the source code of this file.
Defines | |
| #define | f_initial FORTRAN_NAME(ic, IC) |
| #define | f_boundary FORTRAN_NAME(physbd, PHYSBD) |
| #define | f_lset FORTRAN_NAME(ls, LS) |
| #define | f_exact FORTRAN_NAME(exact, EXACT) |
Functions | |
| void | FORTRAN_NAME (particularstructurefunction, PARTICULARSTRUCTUREFUNCTION)() |
| void | FORTRAN_NAME (setsubgridlength, SETSUBGRIDLENGTH)() |
| void | FORTRAN_NAME (integratestructure, INTEGRATESTRUCTURE)() |
| void | f_initial () |
| void | f_boundary () |
| void | f_lset () |
| void | f_exact () |
| void | f_restrict () |
| void | f_prolong () |
| void | f_rkstep () |
| void | f_bounds () |
| void | f_flgout () |
| void | f_check () |
| void | f_ibndrfl () |
| void | f_ibndex () |
| void | f_itrans () |
| void | f_flgin () |
Interface-header to WENO standard Fortran-functions.
| #define f_boundary FORTRAN_NAME(physbd, PHYSBD) |
| #define f_exact FORTRAN_NAME(exact, EXACT) |
| #define f_initial FORTRAN_NAME(ic, IC) |
| #define f_lset FORTRAN_NAME(ls, LS) |
| void f_boundary | ( | ) |
| void f_bounds | ( | ) |
Referenced by SolverSpecific::SolverSpecific().
| void f_check | ( | ) |
| void f_exact | ( | ) |
| void f_flgin | ( | ) |
| void f_flgout | ( | ) |
Referenced by FlaggingSpecific::FlaggingSpecific(), and SolverSpecific::SolverSpecific().
| void f_ibndex | ( | ) |
| void f_ibndrfl | ( | ) |
Referenced by SolverSpecific::SolverSpecific().
| void f_initial | ( | ) |
| void f_itrans | ( | ) |
Referenced by SolverSpecific::SolverSpecific().
| void f_lset | ( | ) |
| void f_prolong | ( | ) |
Referenced by SolverSpecific::SolverSpecific().
| void f_restrict | ( | ) |
Referenced by SolverSpecific::SolverSpecific().
| void f_rkstep | ( | ) |
| void FORTRAN_NAME | ( | integratestructure | , | |
| INTEGRATESTRUCTURE | ||||
| ) |
| void FORTRAN_NAME | ( | setsubgridlength | , | |
| SETSUBGRIDLENGTH | ||||
| ) |
| void FORTRAN_NAME | ( | particularstructurefunction | , | |
| PARTICULARSTRUCTUREFUNCTION | ||||
| ) |