Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Matlab Code for Automatic Quadrilateral Mesh generation

526 views
Skip to first unread message

Boy Pardosi

unread,
Jan 28, 2011, 5:08:03 AM1/28/11
to
Hello.
I'm working on finite element analysis..

I do have tons of references/literature discussing about the algorithm and all
but i think i don't have enough time to write the code.. i only have a week to complete my ugrad final project.
Besides it's been a long time since the last time i do matlab coding.

I prefer the unstructured mesh, but in this kind of situation i wouldnt bother too much about that.

So, if anyone.. please let me know
Thanks.

Boy Pardosi

unread,
Jan 28, 2011, 5:09:04 AM1/28/11
to

Steven_Lord

unread,
Jan 30, 2011, 9:39:16 PM1/30/11
to

"Boy Pardosi" <boypa...@yahoo.co.id> wrote in message
news:ihu4i3$dak$1...@fred.mathworks.com...

You should probably check first with your project advisor if he or she is
okay with you using someone else's code for your mesh generation.

--
Steve Lord
sl...@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

Bruno Luong

unread,
Jan 31, 2011, 2:58:03 AM1/31/11
to
I have search for quadrilateral mesh generator in Matlab and I have found none. My solution is to use another software that can export the mesh in text file and working from that.

Bruno

Grzegorz Knor

unread,
Jan 31, 2011, 4:28:06 AM1/31/11
to
"Boy Pardosi" <boypa...@yahoo.co.id> wrote in message <ihu4i3$dak$1...@fred.mathworks.com>...

It may prove inspiring:
http://math.mit.edu/~persson/mesh/

Grzegorz

Bruno Luong

unread,
Jan 31, 2011, 4:42:03 AM1/31/11
to
"Grzegorz Knor" wrote in message <ii5vb6$6j5$1...@fred.mathworks.com>...

> It may prove inspiring:
> http://math.mit.edu/~persson/mesh/

Can it handle quadrilateral mesh? It seems it can only generate triangular one.

Bruno

Grzegorz Knor

unread,
Jan 31, 2011, 5:03:04 AM1/31/11
to
"Bruno Luong" <b.l...@fogale.findmycountry> wrote in message <ii605b$sfn$1...@fred.mathworks.com>...

There is only triangle mesh, but idea is simple (details in: http://math.mit.edu/~persson/mesh/persson04mesh.pdf), and could be expand to simple quadrilateral mesh.

Grzegorz

Bruno Luong

unread,
Jan 31, 2011, 6:47:04 AM1/31/11
to
"Grzegorz Knor" wrote in message <ii61co$hdk$1...@fred.mathworks.com>...

> "Bruno Luong" <b.l...@fogale.findmycountry> wrote in message <ii605b$sfn$1...@fred.mathworks.com>...

>

> There is only triangle mesh, but idea is simple (details in: http://math.mit.edu/~persson/mesh/persson04mesh.pdf), and could be expand to simple quadrilateral mesh.

Thanks, but as OP, I don't have time to work on meshing engine, expand idea, etc... Writing a decent mesh generator can take a lot of time and I better leave the task for people who work on this topic.

Bruno

Boy Pardosi

unread,
Jan 31, 2011, 8:45:05 AM1/31/11
to
"Steven_Lord" <sl...@mathworks.com> wrote in message <ii57ck$m5g$1...@fred.mathworks.com>...

>
>
> You should probably check first with your project advisor if he or she is
> okay with you using someone else's code for your mesh generation.
>
> --
> Steve Lord
> sl...@mathworks.com
> To contact Technical Support use the Contact Us link on
> http://www.mathworks.com

i haven't asked, but i'm pretty sure he's okay with that..
he once showed me an example of final year project, and it was way simpler than mine, even to consider that the mesh generation isn't part my work

"Bruno Luong" <b.l...@fogale.findmycountry> wrote in message <ii5q2b$ios$1...@fred.mathworks.com>...


> I have search for quadrilateral mesh generator in Matlab and I have found none. My solution is to use another software that can export the mesh in text file and working from that.
>
> Bruno

seems the most plausible solution
still hoping for the matlab code though..

0 new messages