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

📄 input.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef INPUT_H#define INPUT_H#include <stdio.h>#include "descrip.h"#include "xfile.h"/// main function for input from the preprocessor filelong input(XFILE *in, descrip *d);/// input topolgy using siftop classlong input_siftop(descrip *d);/// input material from the material filelong input_materials(char *in);/// input cross-section from the cross-section filelong input_crs(char *in);/// input nodal and element propertieslong input_prop(XFILE *in, long &npropn, long &nprope, long &nl);#endif

⌨️ 快捷键说明

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