资源简介
很好用二维有限元网格剖分程序,基于开源软件构建,VC2012下测试通过
代码片段和文件信息
// EasyMesh.cpp : 定义控制台应用程序的入口点。
//
#include “stdafx.h“
#define GRAPHICS OFF
#include
#include
#include
#include
#ifndef max
#define max(ab) (((a) > (b)) ? (a) : (b))
#endif
#ifndef min
#define min(ab) (((a) < (b)) ? (a) : (b))
#endif
#ifndef PI
#define PI 3.14159265359
#endif
#define SMALL 1e-30
#define GREAT 1e+30
#define ON 0
#define OFF -1 /* element is switched off */
#define WAIT -2 /* node is waiting (it is a corner node) */
#define A 3
#define D 4
#define W 5
#define MAX_NODES 6000
/*-----------------------------+
| definitions for the chains |
+-----------------------------*/
#define CLOSED 0
#define OPEN 1
#define INSIDE 2
struct ele
{
int i j k;
int ei ej ek;
int si sj sk;
int mark; /* is it off (ON or OFF) */
int state; /* is it (D)one (A)ctive or (W)aiting */
int material;
doubl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 68465 2013-03-18 13:43 EasyMesh\EasyMesh\EasyMesh.cpp
文件 4524 2013-03-18 08:39 EasyMesh\EasyMesh\EasyMesh.vcxproj
文件 1312 2013-03-18 08:39 EasyMesh\EasyMesh\EasyMesh.vcxproj.filters
文件 1517 2013-03-18 08:39 EasyMesh\EasyMesh\ReadMe.txt
文件 213 2013-03-18 08:39 EasyMesh\EasyMesh\stdafx.cpp
文件 264 2013-03-18 08:52 EasyMesh\EasyMesh\stdafx.h
文件 236 2013-03-18 08:39 EasyMesh\EasyMesh\targetver.h
文件 891 2013-03-18 08:39 EasyMesh\EasyMesh.sln
..A..H. 20480 2013-03-24 16:35 EasyMesh\EasyMesh.v11.suo
目录 0 2013-03-24 16:35 EasyMesh\EasyMesh
目录 0 2013-03-24 16:35 EasyMesh
----------- --------- ---------- ----- ----
97902 11
- 上一篇:quartz-2.2.3 jar包
- 下一篇:SeeSite网优新建基站工具
相关资源
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
评论
共有 条评论