-
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
-
blindsub
一个进行盲信号分析处理的matlab程序(Blind analysis of a signal processing matlab program)
- 2009-06-01 21:54:12下载
- 积分:1
-
TSP_GA
在MATLAB中用遗传算法解决TSP问题。(solve the TSP problem by GA)
- 2010-01-17 21:34:11下载
- 积分:1
-
jibenpujianfa2
说明: 这是我自己改进的语音信号处理里面的,基于谱减法的语音处理,不仅适合初学者研究还适合有一定基础的研究者使用!(This is my own voice signal processing to improve inside, based on spectral subtraction for speech processing, not only for beginners study also have some foundation for researchers to use!)
- 2010-03-23 12:54:47下载
- 积分:1
-
New-Compressed-(zipped)-Folder
pso coding in matlab
- 2011-10-12 13:37:09下载
- 积分:1
-
Fano_Huffman_Shanno
说明: 信息论学科中,费诺编码,香农编码,以及霍夫曼编码是三个最为重要的编码方式,改文件包含三种编码的Matlab程序。(In the discipline of information theory, Feyno coding, Shannon coding, and Hoffman coding are the three most important coding methods, and the change file contains three kinds of coding MATLAB programs.)
- 2021-03-26 15:05:29下载
- 积分:1
-
pca
用MATLAB实现了基于pca的特征提取方法,有效地完成了识别,是识别的经典例子(Pca-based implementation using MATLAB feature extraction methods, efficient completion of the identification is to identify the classic example of)
- 2009-11-25 20:04:34下载
- 积分:1
-
jiance
一个在认知无线电中的能量检测和周期检测的仿真源代码(An energy detection and cycle detection in cognitive radio simulation source code)
- 2012-06-14 18:41:16下载
- 积分:1
-
LM2500
lm2500的燃气轮机的动态建模仿真,很好很强大(lm2500 gas turbine dynamic modeling and simulation, very very strong)
- 2020-12-15 20:49:15下载
- 积分:1
-
ldpc_Robert_org
经典lDPC编码程序 Robert的论文里的部分仿真程序
(Robert LDPC coding procedures classic papers in the part of simulation program)
- 2007-07-31 21:50:17下载
- 积分:1