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

📄 therisomat.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef THERISOMAT_H#define THERISOMAT_H#include "iotools.h"#include "alias.h"struct matrix;class therisomat{ public:  therisomat (void);  ~therisomat (void);  void read (XFILE *in);    void matdilat (matrix &d,strastrestate ssst);  void matdilat_bar (matrix &d);  void matdilat_plbeam (matrix &d);  void matdilat_plstress (matrix &d);  void matdilat_plstrain (matrix &d);  void matdilat_axi (matrix &d);  void matdilat_plate (matrix &d);  void matdilat_spacestr (matrix &d);    void temprstrains (long lcid,long ipp);    //  coefficient of thermal dilatancy  double alpha;};#endif

⌨️ 快捷键说明

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