CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Grid generation code in Fortran (https://www.cfd-online.com/Forums/main/85206-grid-generation-code-fortran.html)

artemiss1984 February 19, 2011 16:28

Grid generation code in Fortran
 
Hi.
I am looking for a grid generation (Fortran) code for delaunay triangulation using Divide-and-conquer algorithm.

Can anyone help me?
Thanks

Shenren_CN February 20, 2011 09:15

you need the source code or just the binary?
Quote:

Originally Posted by artemiss1984 (Post 296085)
Hi.
I am looking for a grid generation (Fortran) code for delaunay triangulation using Divide-and-conquer algorithm.

Can anyone help me?
Thanks


artemiss1984 February 22, 2011 14:06

I need a simple 2d code (open source code).

Quote:

Originally Posted by Shenren_CN (Post 296146)
you need the source code or just the binary?


DoHander February 23, 2011 01: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


All times are GMT -4. The time now is 11:20.