inicon.h

来自「Finite element program for mechanical pr」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef INICON_H#define INICON_H#include <stdio.h>/**  This class is used for the initial condioins data, it is used by the  mechprep preprocessor.*/class inicon{  public:	 inicon();	 ~inicon();   long read_prop(FILE *in, long ndof, long lc);   long    nlc;  ///< load case number   long    ncon; ///< number of conditions   double *con;  ///< array with conditions values};#endif

⌨️ 快捷键说明

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