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

📄 exodusii_test.h

📁 一个用来实现偏微分方程中网格的计算库
💻 H
字号:
#ifndef __exodusII_test_h#define __exodusII_test_h#include "exodusII.h"#ifdef __cplusplusextern "C" {#endif /* __cplusplus */  int cCreateEdgeFace( int, char*[] );  int cReadEdgeFace( int, char*[] );#ifdef __cplusplus}#endif /* __cplusplus */inline int CreateEdgeFace( int argc, char* argv[] ) { return cCreateEdgeFace( argc, argv ); }inline int   ReadEdgeFace( int argc, char* argv[] ) { return   cReadEdgeFace( argc, argv ); }#endif /* __exodusII_test_h */

⌨️ 快捷键说明

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