MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Interpolation ...



Hi,

Does anybody know of a function/package that will allow interpolation
over irregular domains?  The worst-case senario data set goes something
like

data = Table[{Random[], Random[], Random[]}, {128}];

What I want is

int = Interpolation[data, InterpolationOrder->0];

It's not _quite that_ bad though.

The application is trying to properly display a finite-element mesh.  I
can display it using a combination of Graphics2D and Polygon.  However,
when I try and zoom on portions of it, the Polygons spill over the axes
and I end up with a mess.

Regards,
--
 ==================================================================
 David Annetts                                       _____________
 http://www.ocs.mq.edu.au/~dannetts/                |C R C A M E T|
 * Ban all Multi-line signature files *             |-------------|
 Banning Systems Administration in 1998 when at     |_____        |
 CRC for Australian Mineral                         |````` \      |
 Exploration Technologies                           |`````/$\     |
 Earth Sciences                                     |````/$$$\____|
 Macquarie University, NSW 2109                     |```/$$$/.....|
 AUSTRALIA                                          |``/$$$/......|
 phone: +(1-61-2) 9850 9280, fax (1-61-2) 9850 8366  -------------
 ==================================================================




  • Prev by Date: Re: Is it a BUG?
  • Next by Date: Re: Formatting and Style Sheet woes
  • Prev by thread: Question about rule programming
  • Next by thread: calculation