MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
ex18.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

int problem
 
const int num_equation = 4
 
const double specific_heat_ratio = 1.4
 
const double gas_constant = 1.0
 
double max_char_speed
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 61 of file ex18.cpp.

Variable Documentation

const double gas_constant = 1.0

Definition at line 56 of file ex18.cpp.

double max_char_speed

Definition at line 59 of file ex18.cpp.

const int num_equation = 4

Definition at line 54 of file ex18.cpp.

int problem

Definition at line 51 of file ex18.cpp.

const double specific_heat_ratio = 1.4

Definition at line 55 of file ex18.cpp.