A variable output for arbitrary equations. More...
#include <F77FileOutput.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 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) |
A variable output for arbitrary equations.
The user-supplied function f_out() is called to extract the relevant data from the numerical solution.
typedef out_base::generic_func_type F77FileOutput< VectorType, dim >::generic_func_type |
Reimplemented from F77OutBase< VectorType, dim >.
typedef base::grid_data_type F77FileOutput< VectorType, dim >::grid_data_type |
Reimplemented from FileOutput< VectorType, dim >.
typedef base::grid_fct_type F77FileOutput< VectorType, dim >::grid_fct_type |
Reimplemented from FileOutput< VectorType, dim >.
typedef base::vec_grid_fct_type F77FileOutput< VectorType, dim >::vec_grid_fct_type |
Reimplemented from FileOutput< VectorType, dim >.
F77FileOutput< VectorType, dim >::F77FileOutput | ( | generic_func_type | out | ) | [inline] |
virtual F77FileOutput< VectorType, dim >::~F77FileOutput | ( | ) | [inline, virtual] |
virtual void F77FileOutput< VectorType, dim >::WriteOut | ( | grid_data_type & | IOdata, | |
const char * | name, | |||
const int & | Time, | |||
const int & | Level, | |||
const double & | t | |||
) | [inline, virtual] |
Reimplemented from FileOutput< VectorType, dim >.
References FileOutput< VectorType, dim >::WriteOut().
virtual void F77FileOutput< VectorType, dim >::WriteOut | ( | grid_fct_type & | IOfunc, | |
const char * | name, | |||
const int & | Time, | |||
const int & | Level, | |||
const double & | t | |||
) | [inline, virtual] |
Reimplemented from FileOutput< VectorType, dim >.
References FileOutput< VectorType, dim >::WriteOut().
virtual void F77FileOutput< VectorType, dim >::WriteOut | ( | grid_fct_type & | IOfunc, | |
const char * | name | |||
) | [inline, virtual] |
Reimplemented from FileOutput< VectorType, dim >.
References FileOutput< VectorType, dim >::WriteOut().
virtual void F77FileOutput< VectorType, dim >::WriteOut | ( | vec_grid_fct_type & | u, | |
grid_fct_type & | IOfunc | |||
) | [inline, virtual] |
Reimplemented from FileOutput< VectorType, dim >.
References comm_service::comm(), FileOutput< VectorType, dim >::CompName, CurrentTime(), F77OutBase< VectorType, dim >::f_out, FineLevel(), GetPhysicalTime(), AMRBase< VectorType, dim >::GH(), FileOutput< VectorType, dim >::Ncnt(), F77OutBase< VectorType, dim >::Transform(), and FileOutput< VectorType, dim >::WriteOut().