-
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
-
ovelappsave
overlap save is used to save method in dsp
- 2010-11-14 18:18:58下载
- 积分:1
-
666matlab.m
捷联惯导力学编排解算,很好的一段小程序,希望帮的到大家(SINS mechanical choreography solver)
- 2014-11-07 21:29:18下载
- 积分:1
-
exp
关于蒙特卡洛在工程上的应用,仅供参考和互相学习,共同进步。(About Monte Carlo in engineering applications, for reference and mutual learning and common progress.)
- 2013-11-05 11:36:20下载
- 积分:1
-
DBR2_OLED
this program can simulate DBR OLED. structure of OLED is two DBR layer-anode-two grganic layer-cathode. with this program, ueser can optimize the thickness of DBR layer
- 2015-01-12 15:53:17下载
- 积分:1
-
1myDPll
pHASE LOCKED LOOPS GENERATED IN MATLAB
- 2010-11-23 00:44:57下载
- 积分:1
-
zcubic
二维立方插值,这个成图效果不错,请审查者仔细观看,为我开通账号,谢谢了(it is good )
- 2015-04-22 10:42:37下载
- 积分:1
-
dsk
a file to implement dsk source codes through matlab and c
- 2011-08-04 14:33:17下载
- 积分:1
-
FunctionApproximation
matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)(matlab platform function y = sinx approximation procedures, construction bp algorithm (output layer using linear function y = x, hidden layer use of non-symmetrical Sigmoid function))
- 2007-12-17 14:30:41下载
- 积分:1
-
rir
语音仿真程序,生成房间的冲击响应,方法为Image方法,程序简单可用。(Voice simulation program to generate the room impulse response, methods for the Image methods, procedures can be simple.)
- 2009-06-26 15:21:02下载
- 积分:1