#include <WENOStatistics.h>
Inheritance diagram for WENOStatistics< VectorType, InterpolationType, OutputType, dim >:

| Public Types | |
| typedef base::vec_grid_fct_type | vec_grid_fct_type | 
| typedef GridFunction< DataType, dim > | grid_fct_type | 
| Public Member Functions | |
| WENOStatistics (InterpolationType *int_ref, OutputType *out_ref) | |
| void | Setup (GridHierarchy *gh, const int &ghosts, int *shape, double *geom) | 
| virtual void | register_at (ControlDevice &Ctrl) | 
| virtual void | register_at (ControlDevice &Ctrl, const std::string &prefix) | 
| ~WENOStatistics () | |
| void | Evaluate (double *t, vec_grid_fct_type &U, grid_fct_type &Work) | 
| typedef GridFunction<DataType,dim> WENOStatistics< VectorType, InterpolationType, OutputType, dim >::grid_fct_type | 
| typedef base::vec_grid_fct_type WENOStatistics< VectorType, InterpolationType, OutputType, dim >::vec_grid_fct_type | 
| WENOStatistics< VectorType, InterpolationType, OutputType, dim >::WENOStatistics | ( | InterpolationType * | int_ref, | |
| OutputType * | out_ref | |||
| ) |  [inline] | 
| WENOStatistics< VectorType, InterpolationType, OutputType, dim >::~WENOStatistics | ( | ) |  [inline] | 
| void WENOStatistics< VectorType, InterpolationType, OutputType, dim >::Evaluate | ( | double * | t, | |
| vec_grid_fct_type & | U, | |||
| grid_fct_type & | Work | |||
| ) |  [inline] | 
| virtual void WENOStatistics< VectorType, InterpolationType, OutputType, dim >::register_at | ( | ControlDevice & | Ctrl, | |
| const std::string & | prefix | |||
| ) |  [inline, virtual] | 
| virtual void WENOStatistics< VectorType, InterpolationType, OutputType, dim >::register_at | ( | ControlDevice & | Ctrl | ) |  [inline, virtual] | 
| void WENOStatistics< VectorType, InterpolationType, OutputType, dim >::Setup | ( | GridHierarchy * | gh, | |
| const int & | ghosts, | |||
| int * | shape, | |||
| double * | geom | |||
| ) |  [inline] |