📄 readme
字号:
$Id: README,v 1.12 2004/12/04 05:33:13 sarod Exp $pdnmesh========A 2D finite element program. It can do the following1)Mesh generation using Delaunay triangulation2)Adaptive refinement of the mesh while solving3)Solving the problem using LU decomposition. LAPACK can be used to solve eigenproblems.4)Full GUI support (GTK/GTKGLExt for UNIX, MFC for Win32).5)Generating Postscript output of the mesh and the contour.6)Generating a data file of the mesh that can be used in any other better finite element programHow to INSTALL?===============Please read INSTALL.The operation of the program============================At command prompt, in Xwindows, type: pdnmesh -i your_input_fileType pdnmesh -h for help. Windows version runs in full GUI.DXF files generated by CAD programs can be converted to pdnmesh input format. Please read the tutorial for more information. Please read the documentation supplied for more information. If you have any questions, please post them to <pdnmesh-users@lists.sourceforge.net>If you have bug reports and patches, please send them to <pdnmesh-bugs@lists.sourceforge.net>Acknowledgements================1) Professor S.R.H.Hoole, a leading expert in computational electromagnetics, for inspiration and guidance. 2) For the red-black tree implementation, Thomas Neimann's article and sample code was helpful. Most other algorithms were referred from Robert Sedgewick's book on Algorithms.3) Many other references were used.More info=========For more information please visit http://pdnmesh.sourceforge.net/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -