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

📄 loadn.h

📁 Finite element program for mechanical problem. It can solve various problem in solid problem
💻 H
字号:
#ifndef LOADN_H#define LOADN_H#include <stdio.h>#include "iotools.h"struct vector;struct atsel;class loadn{ public:  loadn();  ~loadn();  long read(XFILE *in);  long read_prop(FILE *in, long ndof, long lc);  void assemble (double *rhs);  void changeparam (atsel &atln,vector &val);    //  number of loaded node  long nid;  //  long nlc;  //  components of load  double *f;};#endif

⌨️ 快捷键说明

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