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

📄 simviscous.h

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