tnt64 发表于 2012-11-14 12:28:06

写了一个简单的delaunay grid generator

本帖最后由 tnt64 于 2012-11-17 03:27 编辑

功能非常初级,根据节点信息划分网格,暂时还没有smooth, opti 的功能,二维。
第一次写grid generator,第一次在windows下编译程序,第一次用opengl, 欢迎测试评论。

使用方法:
双击exe文件,读取txt的node文件,
如node文件为 15p_nodes.txt, 那么在命令行输入15p即可

JingheSu 发表于 2012-11-16 19:07:31

错误:
无法启动此程序,因为计算机中丢失glut32.dll。尝试重新安装该程序以解决此问题。。。

tnt64 发表于 2012-11-17 03:28:59

JingheSu 发表于 2012-11-16 19:07 static/image/common/back.gif
错误:
无法启动此程序,因为计算机中丢失glut32.dll。尝试重新安装该程序以解决此问题。。。 ...

i forgot to put the library in the folder. now the program should be back on track. please try and comment, thanks

myleader 发表于 2012-11-18 15:18:48

有没有原理文献,发上来给大家分享一下
页: [1]
查看完整版本: 写了一个简单的delaunay grid generator