WENOF77FileOutput< VectorType, dim > Class Template Reference
A variable output for arbitrary equations using a transformation function in Fortran-77 for the ghost fluid method.
More...
#include <WENOF77FileOutput.h>
List of all members.
Public Types |
typedef base::vec_grid_fct_type | vec_grid_fct_type |
typedef base::vec_grid_data_type | vec_grid_data_type |
typedef base::grid_fct_type | grid_fct_type |
typedef base::grid_data_type | grid_data_type |
typedef out_base::generic_func_type | generic_func_type |
typedef void(* | out_1_func_type )(FI(1, VectorType), FI(1, DataType), BI, const INTEGER &meqn, const INTEGER &cnt, const DOUBLE &t) |
typedef void(* | out_2_func_type )(FI(2, VectorType), FI(2, DataType), BI, const INTEGER &meqn, const INTEGER &cnt, const DOUBLE &t) |
typedef void(* | out_3_func_type )(FI(3, VectorType), FI(3, DataType), BI, const INTEGER &meqn, const INTEGER &cnt, const DOUBLE &t) |
typedef void(* | bnds_func_type )(INTEGER ix[], DOUBLE lbc[], DOUBLE ubc[], DOUBLE dx[], const DOUBLE *bnd, const INTEGER &mb, const INTEGER per[]) |
Public Member Functions |
| WENOF77FileOutput (generic_func_type out, generic_func_type bnds=0) |
virtual | ~WENOF77FileOutput () |
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) |
virtual void | Transform (vec_grid_fct_type &u, grid_fct_type &work, const int Time, const int &Level, const int cnt, const double &t) |
Protected Attributes |
generic_func_type | f_bnds |
Detailed Description
template<class VectorType, int dim>
class WENOF77FileOutput< VectorType, dim >
A variable output for arbitrary equations using a transformation function in Fortran-77 for the ghost fluid method.
- Author:
- Ralf Deiterding, Carlos Pantano
- Version:
- 1.0
- Date:
- Nov-2006
Member Typedef Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
Constructor & Destructor Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
Member Function Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
Member Data Documentation
template<class VectorType , int dim>
The documentation for this class was generated from the following file: