文件名称:c_for_FEM_postpro
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3.06mb
- 下载次数:
- 0次
- 提 供 者:
- paradis*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用c++进行有限元分析的可视化实现
xyz.txt是ansys有限元分析后输出的所有节点坐标
danyuan.txt为有限元分析的所有单元包含的节点编号
jiedianjie.txt为有限元分析后,每个节点的应力值-a.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
a.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named a.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
xyz.txt是ansys有限元分析后输出的所有节点坐标
danyuan.txt为有限元分析的所有单元包含的节点编号
jiedianjie.txt为有限元分析后,每个节点的应力值-a.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
a.cpp
This is the main application source file.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named a.pch and a precompiled types file named StdAfx.obj.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
/////////////////////////////////////////////////////////////////////////////
相关搜索: c_for_FEM_postpro
(系统自动生成,下载前可以参看下载内容)
下载文件列表
利用c++进行有限元分析的可视化实现\a.cpp
.................................\a.dsp
.................................\a.dsw
.................................\a.ncb
.................................\a.opt
.................................\a.plg
.................................\Debug\a.exe
.................................\.....\a.obj
.................................\.....\a.pdb
.................................\.....\danyuan.txt
.................................\.....\jiedianjie.txt
.................................\.....\StdAfx.obj
.................................\.....\vc60.pdb
.................................\.....\xyz.txt
.................................\ReadMe.txt
.................................\StdAfx.cpp
.................................\StdAfx.h
.................................\说明文档.txt
.................................\Debug
利用c++进行有限元分析的可视化实现
.................................\a.dsp
.................................\a.dsw
.................................\a.ncb
.................................\a.opt
.................................\a.plg
.................................\Debug\a.exe
.................................\.....\a.obj
.................................\.....\a.pdb
.................................\.....\danyuan.txt
.................................\.....\jiedianjie.txt
.................................\.....\StdAfx.obj
.................................\.....\vc60.pdb
.................................\.....\xyz.txt
.................................\ReadMe.txt
.................................\StdAfx.cpp
.................................\StdAfx.h
.................................\说明文档.txt
.................................\Debug
利用c++进行有限元分析的可视化实现