-
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
-
K-PNN
K-PNN Algorithm
a type of k nearest neighbor algorithm
- 2010-02-04 16:35:14下载
- 积分:1
-
Fig6x16
直流双闭环无静差调速,参数已经给定,调试运行成功。(DC double closed loop static droop parameters have been given, debugging and running successfully.)
- 2012-06-08 10:32:29下载
- 积分:1
-
NEWTON-RAPHSON
NR for economic dispatch
- 2013-03-02 23:17:45下载
- 积分:1
-
matrix
This code is used to find the matrix converter result fir improving the active and reactive power
- 2013-11-06 01:35:34下载
- 积分:1
-
poly2trellis
poly2trellis,程序清晰简单,容易阅读,matlab调用易实现(poly2trellis, procedures clear and straightforward, easy to read, matlab call easy to realize)
- 2011-05-03 14:17:48下载
- 积分:1
-
window-digital-filter
窗函数法数字滤波器设计,包括基本的六种窗函数,内有一份word实验报告,适合信号分析初学者学习(Window function digital filter design, including the six basic window function, which has a word test report, suitable for beginners to learn signal analysis)
- 2013-07-14 12:13:28下载
- 积分:1
-
singlePHhalfinv
It is a single phase half controlled inverter.
- 2014-11-05 17:22:44下载
- 积分:1
-
matlab-jiaoeng
matlab教程-欢迎大家下载, MATLAB通信工具箱中的系统仿真(Matlab Guide-Welcome downloaded MATLAB toolbox of communications system simulation)
- 2007-06-14 00:03:02下载
- 积分:1
-
MDVRP
运用matlab软件,利用遗传算法解决VRP问题( using genetic algorithms to solve the problem of VRP)
- 2020-08-14 16:28:35下载
- 积分:1