|
[Sponsors] |
February 19, 2011, 17:28 |
Grid generation code in Fortran
|
#1 |
Member
Join Date: Apr 2009
Posts: 38
Rep Power: 17 |
Hi.
I am looking for a grid generation (Fortran) code for delaunay triangulation using Divide-and-conquer algorithm. Can anyone help me? Thanks |
|
February 20, 2011, 10:15 |
|
#2 |
Member
Shenren Xu
Join Date: Jan 2011
Location: London, U.K.
Posts: 67
Rep Power: 15 |
||
February 22, 2011, 15:06 |
|
#3 |
Member
Join Date: Apr 2009
Posts: 38
Rep Power: 17 |
||
February 23, 2011, 02:19 |
|
#4 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 19 |
It will be hard to find a Fortran implementation, however there are plenty of open source C/C++ grid generations codes on Internet. Try for example:
Gmsh FreeFEM++ GRUMPP You can call any of them from Fortran as a library (you will need to link them with your Fortran code) or as a standalone application (using the "system" subroutine). Do |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comparison between C/C++ and Fortran? | rick | Main CFD Forum | 45 | September 6, 2011 01:52 |
CFD Code with Fortran | murat | Main CFD Forum | 0 | October 11, 2009 18:05 |
need help for generation grid | aya | FLUENT | 11 | March 4, 2008 15:46 |
elliptic grid generation | prapanj | Main CFD Forum | 1 | November 19, 2007 17:53 |
structured grid generation | pertup | Main CFD Forum | 0 | November 2, 2004 04:05 |