TILER_3D
3D Transfinite Interpolation


TILER_3D is an executable FORTRAN90 program, using double precision arithmetic, which uses transfinite interpolation to "tile" a 3D box that has already been subdivided into sub-boxes.

A simple "tile pattern" of a tetrahedron is used, and the resulting object is written out as a TRI graphics file.

The TRI graphics file can be easily converted to other 3D formats, such as IV or STLA. In particular, if the STLA format is used, then the object can be read into MATLAB and displayed, using the STLA_DISPLAY program.

Related Data and Programs:

BLEND is a FORTRAN90 library of routines for blending data, as demonstrated by TILER_3D.

IV is a data directory which contains a description and examples of the IV (Inventor) 3D graphics format.

IVCON is an executable C++ program which can convert the TRI file output by TILER_3D into various other formats.

IVREAD is an executable FORTRAN90 program which can convert the TRI file output by TILER_3D into various other formats.

STLA is a data directory which contains a description and examples of the ASCII STL (stereolithography) 3D graphics format.

STLA_DISPLAY is a MATLAB program which reads in an ASCII STL file and displays the 3D graphics image it describes.

TILER_2D is a FORTRAN90 executable program which is a 2D version of TILER_3D.

TILER_3D is also available in a C++ version.

TRIA is a data directory which contains a description and examples of the ASCII TRI 3D graphics format.

Reference:

  1. William Gordon, Charles Hall,
    Construction of Curvilinear Coordinate Systems and Application to Mesh Generation,
    International Journal of Numerical Methods in Engineering,
    Volume 7, pages 461-477, 1973.
  2. Joe Thompson, Bharat Soni, Nigel Weatherill,
    Handbook of Grid Generation,
    CRC Press, 1999.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 05 January 2006.