Matlab有限元网格化源程序-ddd.m MIT的人写的论文,一个简单的有限元网格化方法 确实可以用,但是我理解的不是很好。 不过,希望对需要的人有所帮助。 简单介绍: function [p,t]=distmesh2d This meshing function produces the following outputs: • The node positions p. This N-by-2 array contains the x, y coordinates for each of the N nodes. • The triangle indices t. The row associated with each triangle has 3 integer entries to specify node numbers in that triangle. The input arguments are as follows: • The geometry is given as a distance function fd. This function returns the signed distance from each node location p to the closest boundary. • The desired edge length function h is given as a function fh, which returns h for all input points. • The parameter h0 is the distance between points in the initial distribution p0. For uniform meshes = constant), the element size in the final mesh will usually be a little larger than this input. • The bounding box for the region is an array bbox=[xmin, ymin; xmax, ymax]. • The fixed node positions are given as an array pfix with two columns. • Additional parameters to the functions fd and fh can be given in the last arguments varargin .
2021-06-30 19:38:26 86B matlab
1
大气网格分块商品展示销售米家在线商城微信小程序.zip
2021-06-30 18:07:16 105KB 小程序
【精品】数字政通-“网格化”智慧城市综合信息服务平台
2021-06-30 17:03:16 121.41MB 网格化 智慧城市
这是一款非常实用的纯CSS3全屏单页4格网格布局。该布局将整个屏幕平分为4个网格,每个网格是一个项目内容。当点击了相应的网格后,该网格的图片会全屏放大,并显示出该项目的说明文字。
2021-06-29 17:12:04 11KB CSS3库
1
对ansys workbench 13.0的网格划分步骤及方法进行了案例讲解,为workbench 13.0的划分网格应用提供支持。
2021-06-28 23:14:13 3.3MB workbench 网格划分
1
网格化智慧城市整体解决方案.pdf
2021-06-28 17:02:52 20.83MB 智慧城市
1
MATLAB强化学习代码包,用于解决多步决策模型(网格迷宫问题)的Sarsa算法。 编程与算法的详细说明可参看我的专栏:https://blog.csdn.net/weixin_43723517/category_9676083.html "I thought what I'd do was I'd pretend I was one of those deaf-mutes, or should I?"
2021-06-27 23:20:29 2KB matlab 强化学习 机器学习 Sarsa算法
1
MATLAB强化学习代码包,用于解决多步决策模型(网格迷宫问题)的Q-Learning算法。 编程与算法的详细说明可参看我的专栏:https://blog.csdn.net/weixin_43723517/category_9676083.html "I thought what I'd do was I'd pretend I was one of those deaf-mutes, or should I?"
2021-06-27 23:03:51 2KB matlab 强化学习 机器学习 Q-Learning
1