?? r2mfile.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -