⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 r2mfile.h

📁 用于2维的射线追踪
💻 H
字号:
#ifndef _R2MFILE_H_#define _R2MFILE_H_void get_domain_bounds (struct mesh_t *m, int layer_id,			int domain_id, int nb_domain, 			int *from, int *to);int count_nbcells_in_domain (		struct cell_info_t ****c, struct mesh_t *m, 		int domain, int nbprocs);int count_nbcells_in_layer(struct cell_info_t ****c,			   struct mesh_t *m, int layer);int count_non_empty_cell_in_cellinfo (struct cell_info_t ****c, 		struct mesh_t *m);char * make_cell_info_buffer (		struct cell_info_t ****c, struct mesh_t *m, 		int domain, int nbprocs, int *buff_size); int make_domain_info_file(char *filename,			   struct cell_info_t ****c, struct mesh_t *m,			   int domain, int nbprocs, int rank);int import_cell_buffer(struct cell_info_t ****c, char *buff, int size, 		       int first_layer, int last_layer,		       int rank, int dom_id);#ifdef USE_ZLIBchar *decompress_cell_data_gzbuffer(struct cell_info_t ****c,					    char *zbuff,						    int size,					    int *uncompr_size,					    int rank);#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -