Next: Output Files
Up: TestInterp
Previous: Introduction
Contents
This thorn supports several different types of ``smooth functions'':
- xy
- A simple test function with a single (2nd order) off-axis term:
 |
|
|
(part951) |
- generic
- This is a ``generic'' trancendental test function which should have
all terms nonzero in its Taylor series:
- series
- This is probably the most useful test function. It has
all possible terms in its Taylor expansion up to a specified
order,
 |
|
|
(part953) |
where the maximum order may be any integer between 1
and 6 inclusive. The series coefficients are
chosen to be pseudorandom numbers in the range [0,1).
(A different set of series coefficients is used for each
different Cactus data type to be tested.)
For testing differentiating interpolators, TestInterp
also knows how to compute all possible 1st and 2nd partial
derivatives of this test function.
Next: Output Files
Up: TestInterp
Previous: Introduction
Contents
|