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

📄 lbio.h

📁 基于格子Boltzmann方法开源可视化软件的源代码 具有很高的实用价值。对学习LBM方法及其软件开发非常游泳
💻 H
字号:
//##############################################################################//// Copyright (C), 2005, Michael Sukop and Danny Thorne//// lbio.h////  - Header file for IO stuff.////  - Mainly, a structure containing paths to input and output files//    and routines for reading these paths from a file or command line//    or environment variables...////  - This stuff is in the global scope, included from lb2d_prime.h.//struct io_struct{  char *in_path;  char *out_path;  char *subs00_path;  char *subs01_path;};typedef struct io_struct *io_ptr;//

⌨️ 快捷键说明

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