-
matlab_FEM_dismesh
DistMesh giving a singular FEM matrix?(Hi
Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D:
rho_1 < rho < rho_2
where rho_1 is the radius of a Perfect Electric Conducting cylinder and rho_2 is where the mesh is truncated using an Absorbing Boundary condition.
Now, I ve written code to mesh the region myself (by dividing the region into annular rings and picking a fixed number of points on each ring) and I ve written another program which uses DistMesh to mesh the region. I get a nice solution using my own meshing code but the FEM matrix becomes singular when I use DistMesh. This is the DistMesh Code I used:
Circle with hole
rABC=1.5
rCyl=0.5
fdstring=sprintf( ddiff(dcircle(p,0,0, f),dcircle(p,0,0, f)) ,rABC,rCyl)
fd=inline(fdstring, p )
box=[-2,-2 2,2]
[p,N]=distmesh2d(fd,@huniform,0.04,box,[])
I tried changing box and the 0.04 value (initial edge length). But every time, the matrix becomes sin)
- 2010-06-05 09:17:55下载
- 积分:1
-
matlabt
matlab的通信原理实验指导,对需要查东西的人很有帮助(matlab communications guidance principle experiment, the things people need to check very helpful)
- 2008-01-17 00:39:45下载
- 积分:1
-
brick
maple brick 27 foe finite element method
- 2012-06-09 23:23:14下载
- 积分:1
-
design-of-communication-system
此文档具体说明了如何设计二进制psk通信系统以及使用相关软件进行仿真(design of communication system)
- 2011-11-18 10:28:28下载
- 积分:1
-
dk
说明: 用于ICSS算法中,计算累计平方和函数时使用,可以用于检验时间序列的方差变异(this program is used to calculate accumulative sum while processing ICSS arithmetic, and can be used to test the varianc variation of time series.)
- 2018-04-03 18:33:35下载
- 积分:1
-
ASKmod
基于matlab的ASK调制程序,能够直接在matlab中运行(Based on the ASK modulation matlab procedures can run directly in matlab)
- 2008-12-19 14:46:28下载
- 积分:1
-
FIRfliter
利用FFT变换,对sine2进行频谱分析,画出频谱图 利用fir源程序对输入波形sine2进行低通滤波,并将结果输出至result.dat
(Using FFT transform, spectral analysis of sine2, draw the spectrum graph fir the use of the input waveform sine2 source for low-pass filtering, and the results output to result.dat)
- 2009-05-13 16:14:27下载
- 积分:1
-
xiaobobaofenxi
matlab 的小波包分析(Wavelet packet analysis
)及例程(Wavelet packet analysis
)
- 2012-03-27 15:27:01下载
- 积分:1
-
matlab-lms
matlab最小二乘程序,用最小二乘法计算的初值,取前m个数据(matlab LMS matlab code)
- 2011-07-14 16:35:14下载
- 积分:1
-
CRC
按字节32 位对输入信息进行CRC校验编码的Matlab 程序(CRC redundancy code according to the byte 32-bit with MATLAB)
- 2012-09-12 18:17:44下载
- 积分:1