This file is the header file of intermediate processes of finite volume scheme. 更多...
#include "../include/var_struc.h"
函数 | |
int | flux_generator_x (const int m, const int n, const int nt, const double tau, struct cell_var_stru *CV, struct b_f_var *bfv_L, struct b_f_var *bfv_R, const _Bool Transversal) |
int | flux_generator_y (const int m, const int n, const int nt, const double tau, struct cell_var_stru *CV, struct b_f_var *bfv_D, struct b_f_var *bfv_U, const _Bool Transversal) |
int | GRP_2D_flux (struct i_f_var *ifv, struct i_f_var *ifv_R, const double tau) |
This file is the header file of intermediate processes of finite volume scheme.
This header file declares functions in the folder 'flux_calc'.
在文件 flux_calc.h 中定义.
int flux_generator_x | ( | const int | m, |
const int | n, | ||
const int | nt, | ||
const double | tau, | ||
struct cell_var_stru * | CV, | ||
struct b_f_var * | bfv_L, | ||
struct b_f_var * | bfv_R, | ||
const _Bool | Transversal | ||
) |
int flux_generator_y | ( | const int | m, |
const int | n, | ||
const int | nt, | ||
const double | tau, | ||
struct cell_var_stru * | CV, | ||
struct b_f_var * | bfv_D, | ||
struct b_f_var * | bfv_U, | ||
const _Bool | Transversal | ||
) |