|
[Sponsors] |
How to build-up the face-based data structure |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 7, 2007, 12:36 |
How to build-up the face-based data structure
|
#1 |
Guest
Posts: n/a
|
Hi,
My current solver employs edge-based data structure on tetrahedron meshes. To implement a new module, I have to build up a face-based data structure for the mesh. This data structure should include a face list and the face neighbor table. I have tried some method but they are terribly slow. Could anyone here give me some hints on it? |
|
September 11, 2007, 12:37 |
Re: How to build-up the face-based data structure
|
#2 |
Guest
Posts: n/a
|
By the way, the code is 3D solver.
|
|
September 12, 2007, 01:32 |
Re: How to build-up the face-based data structure
|
#3 |
Guest
Posts: n/a
|
One possibility is to determine bounding boxes for your faces and sort them into an R-Tree. Then you can easily (and fast) extract the faces in the neighborhood of a given one.
Have a look at http://www.rtreeportal.org/ Regards, Markus |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
gmsh2ToFoam | sarajags_89 | OpenFOAM | 0 | November 24, 2009 23:50 |
Face based gradient calculation | Bernhard Kubicek | Main CFD Forum | 1 | February 12, 2008 17:34 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
edge/face based data structure unstructured grid | sundeep | Main CFD Forum | 0 | April 25, 2007 13:36 |
Fluent data structure and geometry | Steven | FLUENT | 2 | April 22, 2003 12:25 |