- 积分
- 47
- 注册时间
- 2003-9-12
- 仿真币
-
- 最后登录
- 1970-1-1
|
发表于 2004-6-7 21:38:26
|
显示全部楼层
来自 美国
回复: 【求助】紧急求助!!
http://caswww.colorado.edu/~charbel/FEM-OO-C++.html
FEM: A C++ Object Oriented Finite Element Module
Program Description:
FEM is a C++ Object Oriented Finite Element Code Demonstrator. The source code contains C++ classes that represent Finite Element objects such as nodes, elements, connectivities, and degrees of freedom as well as Mathematical objects such as vectors, matrices, and sparse matrices. These C++ objects can be (and are) used to construct specific problem description classes for linear statics, linear dynamics, and modal analysis. The source code also contains three different equation solvers: a skyline, a frontal, and a Preconditioned Conjugate Gradient (PCG) solver.
The input to FEM is processed by a text file and a parsing program generated by lex and yacc. Example input files and reference solutions are included in this code release.
FEM is public domain software: anyone is welcome to download it. |
|