Generic interface to function returning the exact solution for ghost fluid method. More...
#include <F77GFMExactSolution.h>
Public Types | |
typedef base::gfm_solver_type | gfm_solver_type |
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 | |
F77GFMExactSolution (gfm_solver_type &solver) | |
F77GFMExactSolution (gfm_solver_type &solver, generic_func_type exact) | |
virtual | ~F77GFMExactSolution () |
virtual void | SetGrid (vec_grid_data_type &gd, grid_data_type &gdw, const int &level, double t) |
Generic interface to function returning the exact solution for ghost fluid method.
for the ghost fluid method.
typedef exact_base::generic_func_type F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::generic_func_type |
Reimplemented from F77ExactBase< VectorType, dim >.
typedef base::gfm_solver_type F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::gfm_solver_type |
Reimplemented from GFMExactSolution< VectorType, FixupType, FlagType, dim >.
typedef base::grid_data_type F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::grid_data_type |
Reimplemented from GFMExactSolution< VectorType, FixupType, FlagType, dim >.
typedef base::vec_grid_data_type F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::vec_grid_data_type |
Reimplemented from F77ExactBase< VectorType, dim >.
F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::F77GFMExactSolution | ( | gfm_solver_type & | solver | ) | [inline] |
F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::F77GFMExactSolution | ( | gfm_solver_type & | solver, | |
generic_func_type | exact | |||
) | [inline] |
virtual F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::~F77GFMExactSolution | ( | ) | [inline, virtual] |
virtual void F77GFMExactSolution< VectorType, FixupType, FlagType, dim >::SetGrid | ( | vec_grid_data_type & | gd, | |
grid_data_type & | gdw, | |||
const int & | level, | |||
double | t | |||
) | [inline, virtual] |