This is a function of the minmod slope limiter in radially symmetric case. 更多...
#include <stdio.h>
#include <stdlib.h>
#include "../include/var_struc.h"
#include "../include/tools.h"
函数 | |
void | minmod_limiter_radial (const int Ncell, const _Bool i_f_var_get, double s[], const double U[], struct radial_mesh_var *rmv) |
This function apply the minmod limiter to the slope in radially symmetric case. 更多... | |
This is a function of the minmod slope limiter in radially symmetric case.
在文件 slope_limiter_radial.c 中定义.
void minmod_limiter_radial | ( | const int | Ncell, |
const _Bool | i_f_var_get, | ||
double | s[], | ||
const double | U[], | ||
struct radial_mesh_var * | rmv | ||
) |
This function apply the minmod limiter to the slope in radially symmetric case.
[in] | Ncell | Number of the r-grids. |
[in] | i_f_var_get | Whether the cell interfacial variables have been obtained. |
[in,out] | s[] | Spatial derivatives of the fluid variable are stored here. |
[in] | U[] | Array to store fluid variable values. |
[in] | rmv | Structure of radially symmetric meshing variable data. |
在文件 slope_limiter_radial.c 第 23 行定义.