10#include "../include/var_struc.h"
void GRP_solver_2D_split_EUL_source(const int m, const int n, struct cell_var_stru *CV, double *cpu_time, double *time_plot)
This function use GRP scheme to solve 2-D Euler equations of motion on Eulerian coordinate with dimen...
void GRP_solver_LAG_source(const int m, struct cell_var_stru CV, double *X[], double *cpu_time, double *time_plot)
This function use GRP scheme to solve 1-D Euler equations of motion on Lagrangian coordinate.
void Godunov_solver_EUL_source(const int m, struct cell_var_stru CV, double *cpu_time, double *time_plot)
This function use Godunov scheme to solve 1-D Euler equations of motion on Eulerian coordinate.
void GRP_solver_2D_EUL_source(const int m, const int n, struct cell_var_stru *CV, double *cpu_time, double *time_plot)
This function use GRP scheme to solve 2-D Euler equations of motion on Eulerian coordinate without di...
void GRP_solver_EUL_source(const int m, struct cell_var_stru CV, double *cpu_time, double *time_plot)
This function use GRP scheme to solve 1-D Euler equations of motion on Eulerian coordinate.
void Godunov_solver_LAG_source(const int m, struct cell_var_stru CV, double *X[], double *cpu_time, double *time_plot)
This function use Godunov scheme to solve 1-D Euler equations of motion on Lagrangian coordinate.
pointer structure of VARiables on STRUctural computational grid CELLs.