simviscous.h

来自「Finite element program for mechanical pr」· C头文件 代码 · 共 29 行

H
29
字号
#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 + =
减小字号Ctrl + -
显示快捷键?