Generic interface to function returning the exact solution. More...
#include <F77ExactSolution.h>
Public Types | |
typedef base::vec_grid_data_type | vec_grid_data_type |
typedef base::grid_data_type | grid_data_type |
typedef exact_base::generic_func_type | generic_func_type |
Public Member Functions | |
F77ExactSolution () | |
F77ExactSolution (generic_func_type exact) | |
virtual | ~F77ExactSolution () |
virtual void | SetGrid (vec_grid_data_type &gd, grid_data_type &gdw, const int &level, const double &t) |
Generic interface to function returning the exact solution.
typedef exact_base::generic_func_type F77ExactSolution< VectorType, dim >::generic_func_type |
Reimplemented from F77ExactBase< VectorType, dim >.
Reimplemented in F77FileExactSolution< VectorType, dim >.
typedef base::grid_data_type F77ExactSolution< VectorType, dim >::grid_data_type |
Reimplemented from ExactSolution< VectorType, dim >.
Reimplemented in F77FileExactSolution< VectorType, dim >.
typedef base::vec_grid_data_type F77ExactSolution< VectorType, dim >::vec_grid_data_type |
Reimplemented from ExactSolution< VectorType, dim >.
Reimplemented in F77FileExactSolution< VectorType, dim >.
F77ExactSolution< VectorType, dim >::F77ExactSolution | ( | ) | [inline] |
F77ExactSolution< VectorType, dim >::F77ExactSolution | ( | generic_func_type | exact | ) | [inline] |
virtual F77ExactSolution< VectorType, dim >::~F77ExactSolution | ( | ) | [inline, virtual] |
virtual void F77ExactSolution< VectorType, dim >::SetGrid | ( | vec_grid_data_type & | gd, | |
grid_data_type & | gdw, | |||
const int & | level, | |||
const double & | t | |||
) | [inline, virtual] |
Reimplemented from ExactSolution< VectorType, dim >.
References AMRBase< VectorType, dim >::GH(), AMRBase< VectorType, dim >::NGhosts(), and F77ExactBase< VectorType, dim >::SetGrid().