F77ExactBase< VectorType, dim > Class Template Reference
#include <F77ExactSolution.h>
List of all members.
Public Types |
typedef generic_fortran_func | generic_func_type |
typedef void(* | exact_1_func_type )(const INTEGER &maxmx, const INTEGER &meqn, const INTEGER &mbc, const INTEGER &mx, const DOUBLE x[], const DOUBLE &dx, const DOUBLE &t, VectorType q[]) |
typedef void(* | exact_2_func_type )(const INTEGER &maxmx, const INTEGER &maxmy, const INTEGER &meqn, const INTEGER &mbc, const INTEGER &mx, const INTEGER &my, const DOUBLE x[], const DOUBLE y[], const DOUBLE &dx, const DOUBLE &dy, const DOUBLE &t, VectorType q[]) |
typedef void(* | exact_3_func_type )(const INTEGER &maxmx, const INTEGER &maxmy, const INTEGER &maxmz, const INTEGER &meqn, const INTEGER &mbc, const INTEGER &mx, const INTEGER &my, const INTEGER &mz, const DOUBLE x[], const DOUBLE y[], const DOUBLE z[], const DOUBLE &dx, const DOUBLE &dy, const DOUBLE &dz, const DOUBLE &t, VectorType q[]) |
Public Member Functions |
| F77ExactBase () |
| F77ExactBase (generic_func_type exact) |
void | SetGrid (GridHierarchy &GH, const int &NGhosts, vec_grid_data_type &gd, grid_data_type &gdw, const int &level, double t) |
void | SetFunc (generic_func_type exact) |
generic_func_type | GetFunc () const |
Protected Attributes |
generic_func_type | f_exact |
int | _Equations |
template<class VectorType, int dim>
class F77ExactBase< VectorType, dim >
Member Typedef Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
typedef void(* F77ExactBase< VectorType, dim >::exact_2_func_type)(const INTEGER &maxmx, const INTEGER &maxmy, const INTEGER &meqn, const INTEGER &mbc, const INTEGER &mx, const INTEGER &my, const DOUBLE x[], const DOUBLE y[], const DOUBLE &dx, const DOUBLE &dy, const DOUBLE &t, VectorType q[]) |
template<class VectorType , int dim>
typedef void(* F77ExactBase< VectorType, dim >::exact_3_func_type)(const INTEGER &maxmx, const INTEGER &maxmy, const INTEGER &maxmz, const INTEGER &meqn, const INTEGER &mbc, const INTEGER &mx, const INTEGER &my, const INTEGER &mz, const DOUBLE x[], const DOUBLE y[], const DOUBLE z[], const DOUBLE &dx, const DOUBLE &dy, const DOUBLE &dz, const DOUBLE &t, VectorType q[]) |
template<class VectorType , int dim>
Constructor & Destructor Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
Member Function Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
template<class VectorType , int dim>
Member Data Documentation
template<class VectorType , int dim>
template<class VectorType , int dim>
The documentation for this class was generated from the following file: