We describe only those parameters that are specific for the simplex
(and some additional ones to make the description selfcontained).
For all parameters we refer to [10].
Input Parameters

- Integer number of variables in the integrand(s).
We require
.

- Integer number of components in the vector integrand function.

- A real array of dimension
. V(
) must contain the
component of the
vertex of the
input simplex region, for
,
,
.

- Integer number of subregions.
- RGTYPE
- An integer vector of length
.
For integration over simplices all components of
RGTYPE must be set to 1.
- KEY
- An optional integer parameter that selects the integration
rule. KEY must satisfy
KEY
.
This is an optional parameter with default value 0.
The following table gives the polynomial degrees of the
different integration rules for the possible values of KEY and for
,
and
.
KEY  |
2 |
3 |
3 |
| 0 |
13 |
8 |
7 |
| 1 |
3 |
3 |
3 |
| 2 |
5 |
5 |
5 |
| 3 |
7 |
7 |
7 |
| 4 |
9 |
9 |
9 |
- JOB
- An optional integer memory allocation parameter.
This is an optional parameter with default value 1.
If JOB = 0, no integration is done and all previously allocated memory is
freed.
If JOB = 1, the global adaptive integration is done as requested.
If JOB = 12, the same algorithm is used but a simplex is always divided in 2
parts.
The default is JOB = 1.
- TUNE
- A real error estimate tuning parameter.
TUNE must satisfy
TUNE
.
This is an optional parameter with default value 1.
For TUNE = 0, a liberal error estimate is used.
For TUNE = 1, a conservative error estimate is used; this is the most
reliable case.
2003-02-17