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

📄 damplast.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef DAMPLAST_H#define DAMPLAST_H#include <stdio.h>#include "alias.h"struct matrix;struct vector;/**  This class defines artificial material model which combines  a damage model with a plastic model      15.1.2004*/class damplast{ public:  damplast (void);  ~damplast (void);  void matstiff (matrix &d,long ipp);  void nlstresses (long ipp);  void updateval (long ipp);  };#endif

⌨️ 快捷键说明

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