A variable output for arbitrary equations using a transformation function in Fortran-77 for the ghost fluid method. More...
#include <F77GFMFileOutput.h>
Public Types | |
typedef base::vec_grid_fct_type | vec_grid_fct_type |
typedef base::grid_fct_type | grid_fct_type |
typedef base::grid_data_type | grid_data_type |
typedef base::gfm_solver_type | gfm_solver_type |
typedef out_base::generic_func_type | generic_func_type |
Public Member Functions | |
F77GFMFileOutput (gfm_solver_type &solver, generic_func_type out) | |
virtual | ~F77GFMFileOutput () |
virtual void | WriteOut (vec_grid_fct_type &u, grid_fct_type &IOfunc) |
virtual void | WriteOut (grid_fct_type &IOfunc, const char *name) |
virtual void | WriteOut (grid_fct_type &IOfunc, const char *name, const int &Time, const int &Level, const double &t) |
virtual void | WriteOut (grid_data_type &IOdata, const char *name, const int &Time, const int &Level, const double &t) |
A variable output for arbitrary equations using a transformation function in Fortran-77 for the ghost fluid method.
typedef out_base::generic_func_type F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::generic_func_type |
Reimplemented from F77OutBase< VectorType, dim >.
typedef base::gfm_solver_type F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::gfm_solver_type |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
typedef base::grid_data_type F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::grid_data_type |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
typedef base::grid_fct_type F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::grid_fct_type |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
typedef base::vec_grid_fct_type F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::vec_grid_fct_type |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::F77GFMFileOutput | ( | gfm_solver_type & | solver, | |
generic_func_type | out | |||
) | [inline] |
virtual F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::~F77GFMFileOutput | ( | ) | [inline, virtual] |
virtual void F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::WriteOut | ( | grid_data_type & | IOdata, | |
const char * | name, | |||
const int & | Time, | |||
const int & | Level, | |||
const double & | t | |||
) | [inline, virtual] |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
virtual void F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::WriteOut | ( | grid_fct_type & | IOfunc, | |
const char * | name, | |||
const int & | Time, | |||
const int & | Level, | |||
const double & | t | |||
) | [inline, virtual] |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
virtual void F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::WriteOut | ( | grid_fct_type & | IOfunc, | |
const char * | name | |||
) | [inline, virtual] |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.
References GetPhysicalTime().
virtual void F77GFMFileOutput< VectorType, FixupType, FlagType, dim >::WriteOut | ( | vec_grid_fct_type & | u, | |
grid_fct_type & | IOfunc | |||
) | [inline, virtual] |
Reimplemented from GFMFileOutput< VectorType, FixupType, FlagType, dim >.