inicd.h

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

H
23
字号
#ifndef INICD_H#define INICD_H#include "iotools.h"#include "alias.h"/**  This class holds data about initial condition in the given node.*/class inicd{  public :   inicd (void);   ~inicd(void);   long read(XFILE *in);   inictype type;   ///< type of initial condition   double  *val;    ///< values of initial conditions of given node   long     nval;   ///< number of values};#endif

⌨️ 快捷键说明

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