📄 inicd.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -