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