HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
hypar.h File Reference

Contains structure definition for hypar. More...

#include <basic.h>

Go to the source code of this file.

Data Structures

struct  HyPar
 Structure containing all solver-specific variables and functions. More...
 

Macros

#define _NC_1STAGE_   "nonconservative-1stage"
 
#define _NC_2STAGE_   "nonconservative-2stage"
 
#define _NC_1_5STAGE_   "nonconservative-1.5stage"
 
#define _CONS_1STAGE_   "conservative-1stage"
 

Detailed Description

Contains structure definition for hypar.

Author
Debojyoti Ghosh

Definition in file hypar.h.

Macro Definition Documentation

◆ _NC_1STAGE_

#define _NC_1STAGE_   "nonconservative-1stage"

Non-conservative, direct evaluation of the 2nd deriv

Definition at line 475 of file hypar.h.

◆ _NC_2STAGE_

#define _NC_2STAGE_   "nonconservative-2stage"

Non-conservative, two-stage evaluation of the 2nd deriv

Definition at line 477 of file hypar.h.

◆ _NC_1_5STAGE_

#define _NC_1_5STAGE_   "nonconservative-1.5stage"

Non-conservative, "1.5"-stage evaluation of the 2nd deriv - direct, 1-stage evaluation of the 2nd derivative in one variable 2-stage evaluation of cross-derivatives

Definition at line 481 of file hypar.h.

◆ _CONS_1STAGE_

#define _CONS_1STAGE_   "conservative-1stage"

Conservative, direct evaluation of the 2nd deriv

Definition at line 483 of file hypar.h.