amroc/weno/WENOStdFunctions.h File Reference

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 ()

Detailed Description

Interface-header to WENO standard Fortran-functions.

Author:
Ralf Deiterding, Carlos Pantano
Version:
1.0
Date:
Jul-2004

Define Documentation

#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)

Function Documentation

void f_boundary (  ) 
void f_bounds (  ) 
void f_check (  ) 
void f_exact (  ) 
void f_flgin (  ) 
void f_ibndex (  ) 
void f_ibndrfl (  ) 
void f_initial (  ) 
void f_itrans (  ) 
void f_lset (  ) 
void f_prolong (  ) 
void f_restrict (  ) 
void f_rkstep (  ) 
void FORTRAN_NAME ( integratestructure  ,
INTEGRATESTRUCTURE   
)
void FORTRAN_NAME ( setsubgridlength  ,
SETSUBGRIDLENGTH   
)
void FORTRAN_NAME ( particularstructurefunction  ,
PARTICULARSTRUCTUREFUNCTION   
)