STRI_QUAD
Sphere Quadrature via Triangulation


STRI_QUAD is a FORTRAN90 library which estimates the integral of a scalar function F(X,Y,Z) over the surface of a sphere of arbitrary radius centered at the origin.

The estimate is performed by covering the sphere with a triangulation, and then using simple techniques to estimate the integral over each spherical triangle. The code could easily be extended to handle a sphere whose center was arbitrary.

Related Data and Programs:

DESIGN is a FORTRAN90 library which returns pointsets on the sphere that constitute "designs".

SCVT is a FORTRAN90 library of routines which returns well separated pointsets on a sphere computed using a Centroid Voronoi Tessellation.

STRIPACK is a FORTRAN90 library which includes routines to compute the Voronoi diagram or Delaunay triangulation of pointsets on a sphere.

STROUD is a FORTRAN90 library of routines which approximate the integral of a function on the surface or in the interior of a variety of geometric shapes.

SXYZ_VORONOI is a FORTRAN90 library which computes and plots Delaunay triangulations and Voronoi diagrams of points on the sphere.

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 30 August 2005.