MFEM  v4.6.0
Finite element discretization library
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

◆ main()

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

Definition at line 61 of file ex18.cpp.

Variable Documentation

◆ gas_constant

const double gas_constant = 1.0

Definition at line 56 of file ex18.cpp.

◆ max_char_speed

double max_char_speed

Definition at line 59 of file ex18.cpp.

◆ num_equation

const int num_equation = 4

Definition at line 54 of file ex18.cpp.

◆ problem

int problem

Definition at line 51 of file ex18.cpp.

◆ specific_heat_ratio

const double specific_heat_ratio = 1.4

Definition at line 55 of file ex18.cpp.