There are some handler functions of radially symmetric mesh. 更多...
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include "../include_cii/mem.h"
#include "../include/var_struc.h"
函数 | |
struct radial_mesh_var | radial_mesh_init (const char *example) |
This function initializes radially symmetric meshing variables. 更多... | |
void | radial_mesh_update (struct radial_mesh_var *rmv) |
This function updates radially symmetric meshing variables after each time step update. 更多... | |
void | radial_mesh_mem_free (struct radial_mesh_var *rmv) |
This function free memory for storing radially symmetric meshing variables. 更多... | |
There are some handler functions of radially symmetric mesh.
在文件 radial_mesh.c 中定义.
struct radial_mesh_var radial_mesh_init | ( | const char * | example | ) |
This function initializes radially symmetric meshing variables.
[in] | example | Name of the test example. |
在文件 radial_mesh.c 第 19 行定义.
void radial_mesh_mem_free | ( | struct radial_mesh_var * | rmv | ) |
This function free memory for storing radially symmetric meshing variables.
[out] | rmv | Structure of radially symmetric meshing variable data. |
在文件 radial_mesh.c 第 94 行定义.
void radial_mesh_update | ( | struct radial_mesh_var * | rmv | ) |
This function updates radially symmetric meshing variables after each time step update.
[in,out] | rmv | Structure of radially symmetric meshing variable data. |
在文件 radial_mesh.c 第 57 行定义.