Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] FEM matlab (mesh generation for rectangular geometry with empty space)

Status
Not open for further replies.

nauma naseer

Junior Member level 3
Joined
Dec 22, 2008
Messages
26
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,478
FEM matlab( mesh generation for rectangular geometry with empty space )

Dear all i want to generate triangular mesh for a rectangular having empty space in center. i had created rectangular empty space by using inpolygon command

[in on]=inpolygon(x,y,vx, vy)

The triangular mesh had been generated by using command delaunay

t=delaunay(x,y)

The problem i am facing is that the all the boundary node of empty space are connected with each other so instead of an empty space i am getting some mesh for boundary nodes. My question is how can i eliminates these boundary nodes

Best regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top