How to create 3D mesh for Sphere

  • Follow


I'd like to create a rectangular mesh of a sphere, and a tetrahedral mesh sphere. how to do it? 

I will use it for presentation. 

Additional info: 3D regular mesh is used for Finite difference time domain computation, tetrahedra mesh is used for finite element method.

Thanks.
0
Reply Golam 6/11/2010 10:41:19 PM

Golam Kibria Chowdhury wrote:
> I'd like to create a rectangular mesh of a sphere, and a tetrahedral 
> mesh sphere. how to do it?

The only way to fit a rectangular mesh to a sphere would be to use 
infinitely small rectangles -- unless, that is, you are willing to 
specify a tolerance of uncovered area and indicate whether that is a 
_total_ area uncovered or the acceptable uncovered gap at any one location.
0
Reply Walter 6/12/2010 1:53:23 AM


"Golam Kibria Chowdhury" <kibria100@yahoo.com> wrote in message <huue2e$ro2$1@fred.mathworks.com>...
> I'd like to create a rectangular mesh of a sphere, and a tetrahedral mesh sphere. how to do it? 
> 
> I will use it for presentation. 
> 
> Additional info: 3D regular mesh is used for Finite difference time domain computation, tetrahedra mesh is used for finite element method.

quadrilateral mesh

http://www.mathworks.com/matlabcentral/fileexchange/25027-cubed-sphere
http://www.mathworks.com/matlabcentral/fileexchange/25048-plot-earth

Bruno
0
Reply b.luong5955 (6348) 6/12/2010 7:03:05 AM

2 Replies
992 Views

(page loaded in 0.168 seconds)

Similiar Articles:













7/23/2012 7:43:10 AM


Reply: