crsecplstr.h

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

H
32
字号
#ifndef CRSECPLSTR_H#define CRSECPLSTR_H#include "iotools.h"struct vector;struct atsel;class crsecplstr{ public:  crsecplstr (void);  ~crsecplstr (void);  void read (XFILE *in);  void changeparam (atsel &atcs,vector &val);    ///  necessary components for every problem type  ///  thickness of the plate or plane stress problem  double t;    ///  optional components  ///  density of material (necessary for dynamics)  double rho;    ///  optional parameter  ///  concentrated mass (only for dynamic problems)  ///  it should be used only for cross sections defined at nodes  double m;};#endif

⌨️ 快捷键说明

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