F77FileOutput< VectorType, dim > Class Template Reference

A variable output for arbitrary equations. More...

#include <F77FileOutput.h>

Inheritance diagram for F77FileOutput< VectorType, dim >:
F77OutBase< VectorType, dim > FileOutput< VectorType, dim > AMRBase< VectorType, dim > controlable

List of all members.

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 out_base::generic_func_type generic_func_type

Public Member Functions

 F77FileOutput (generic_func_type out)
virtual ~F77FileOutput ()
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)

Detailed Description

template<class VectorType, int dim>
class F77FileOutput< VectorType, dim >

A variable output for arbitrary equations.

The user-supplied function f_out() is called to extract the relevant data from the numerical solution.

Author:
Ralf Deiterding
Version:
1.0
Date:
Jul-2004

Member Typedef Documentation

template<class VectorType , int dim>
typedef out_base::generic_func_type F77FileOutput< VectorType, dim >::generic_func_type

Reimplemented from F77OutBase< VectorType, dim >.

template<class VectorType , int dim>
typedef base::grid_data_type F77FileOutput< VectorType, dim >::grid_data_type

Reimplemented from FileOutput< VectorType, dim >.

template<class VectorType , int dim>
typedef base::grid_fct_type F77FileOutput< VectorType, dim >::grid_fct_type

Reimplemented from FileOutput< VectorType, dim >.

template<class VectorType , int dim>
typedef base::vec_grid_fct_type F77FileOutput< VectorType, dim >::vec_grid_fct_type

Reimplemented from FileOutput< VectorType, dim >.


Constructor & Destructor Documentation

template<class VectorType , int dim>
F77FileOutput< VectorType, dim >::F77FileOutput ( generic_func_type  out  )  [inline]
template<class VectorType , int dim>
virtual F77FileOutput< VectorType, dim >::~F77FileOutput (  )  [inline, virtual]

Member Function Documentation

template<class VectorType , int dim>
virtual void F77FileOutput< VectorType, dim >::WriteOut ( grid_data_type IOdata,
const char *  name,
const int &  Time,
const int &  Level,
const double &  t 
) [inline, virtual]
template<class VectorType , int dim>
virtual void F77FileOutput< VectorType, dim >::WriteOut ( grid_fct_type IOfunc,
const char *  name,
const int &  Time,
const int &  Level,
const double &  t 
) [inline, virtual]
template<class VectorType , int dim>
virtual void F77FileOutput< VectorType, dim >::WriteOut ( grid_fct_type IOfunc,
const char *  name 
) [inline, virtual]

The documentation for this class was generated from the following file:
Generated on Thu Jun 30 02:19:30 2016 for AMROC Fluid-solver Framework by  doxygen 1.6.3