HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Structure of variables/parameters needed by the MUSCL scheme. More...
#include <interpolation.h>
Data Fields | |
char | limiter_type [_MAX_STRING_SIZE_] |
double | eps |
double(* | LimiterFunction )(double) |
Structure of variables/parameters needed by the MUSCL scheme.
This structure contains the variables/parameters needed by the MUSCL scheme.
Definition at line 175 of file interpolation.h.
char limiter_type[_MAX_STRING_SIZE_] |
Type of slope limiter
Definition at line 177 of file interpolation.h.
double eps |
Epsilon parameter for the Koren's limiter
Definition at line 178 of file interpolation.h.
double(* LimiterFunction) (double) |
pointer the limiter function
Definition at line 181 of file interpolation.h.