-
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
-
vad
基于双门限比较法的端点检测程序,使用matlab7编写!(Comparison method based on double threshold endpoint testing procedures, the use matlab7 write!)
- 2010-09-14 11:15:17下载
- 积分:1
-
Jacobi-algorith
通过matlab程序编辑雅可比算法的源代码,实现雅可比算法解决数学问题(Matlab program by editing the source code for Jacobi algorithm to achieve the Jacobi algorithm to solve mathematical problems)
- 2011-12-07 22:24:20下载
- 积分:1
-
Pitch_Control_Hydraulic_Testrig
pitch controler in wind turbines
- 2014-01-03 19:02:33下载
- 积分:1
-
ekranaBas
This script prints contents of a mat. type data file to the Matlab command window
- 2010-02-24 06:36:41下载
- 积分:1
-
waili
This is an example for understanding
- 2013-12-09 18:31:10下载
- 积分:1
-
signal-processing-in-matlab
是数字信号处理当中用到matlab的程序,帮助理解和编程(failed to translate)
- 2013-05-05 13:57:00下载
- 积分:1
-
biuying_v75
实现串口的数据采集,信号维数的估计,可以实现模式识别领域的数据的分类及回归。( Achieve serial data acquisition, Signal dimension estimates, You can achieve data classification and regression pattern recognition.)
- 2016-12-12 11:11:57下载
- 积分:1
-
gausse_white
用m序列过低通滤波器模拟产生带限高斯白噪声,m序列的长度足够长时功率谱特性接近高斯白噪声的特性。(M-sequence low-pass filter with analog band-limited white Gaussian noise generated, m length of the sequence is long enough the power spectral characteristics close to Gaussian white noise characteristics.)
- 2011-11-21 10:44:05下载
- 积分:1
-
Radar-processing-and-application
雷达数据处理中文经典教材,系统地介绍了国内外多年来雷达数据自理技术的研究进展情况及作者们的研究成果,对雷达系统设计学习者有较大帮助。(Chinese classic radar data processing materials, a systematic introduction to radar data at home and abroad for many years the progress of self-care technology research and the authors of the research results, the radar system design learners have more help.)
- 2011-12-19 16:43:26下载
- 积分:1