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

📄 inicd.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 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 + -