Application of internal boundary conditions. More...
#include <WENOGFMBoundary.h>
Public Member Functions | |
| WENOGFMBoundary (const int gh, intbnd_func_type bf, inttrans_func_type tf) | |
| virtual void | SetGrid (vec_grid_data_type &gdu, grid_data_type &gdphi, const BBox &bb, const int &Level, DCoords &dx, double t, const int &Ncells, const int *indices, const point_type *xc, const DataType *distance, const point_type *normal) |
Protected Attributes | |
| intbnd_func_type | bnd_func |
| inttrans_func_type | trans_func |
Application of internal boundary conditions.
| WENOGFMBoundary< VectorType >::WENOGFMBoundary | ( | const int | gh, | |
| intbnd_func_type | bf, | |||
| inttrans_func_type | tf | |||
| ) | [inline] |
| virtual void WENOGFMBoundary< VectorType >::SetGrid | ( | vec_grid_data_type & | gdu, | |
| grid_data_type & | gdphi, | |||
| const BBox & | bb, | |||
| const int & | Level, | |||
| DCoords & | dx, | |||
| double | t, | |||
| const int & | Ncells, | |||
| const int * | indices, | |||
| const point_type * | xc, | |||
| const DataType * | distance, | |||
| const point_type * | normal | |||
| ) | [inline, virtual] |
intbnd_func_type WENOGFMBoundary< VectorType >::bnd_func [protected] |
Referenced by WENOGFMBoundary< VectorType >::SetGrid().
inttrans_func_type WENOGFMBoundary< VectorType >::trans_func [protected] |
Referenced by WENOGFMBoundary< VectorType >::SetGrid().