📄 simviscous.h
字号:
#ifndef SIMVISCOUS_H#define SIMVISCOUS_H//#include <stdio.h>#include "iotools.h"/** structure of the array eqother: total stresses, viscoplastic (irreversible) strain increments, previous total strains,*/class simviscous{ public: simviscous (void); ~simviscous (void); void read (XFILE *in); double gfun (double f); double dergfun (double f); /// viscosity double eta;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -