HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MUSCLParameters Struct Reference

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)
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: