damplast.h
来自「Finite element program for mechanical pr」· C头文件 代码 · 共 28 行
H
28 行
#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 + =
减小字号Ctrl + -
显示快捷键?