Action: FIND_CONTOUR
| Module | contour |
|---|---|
| Description | Usage |
| Find an isocontour in a smooth function. | |
| output value | type |
| interpolation of the input grid to get the value of the function at the input arguments | scalar |
Output components
This action calculates the values in the following table. These values can be referenced elsewhere in the input by using this Action’s label followed by a dot and the name of the value required from the list below.
| Name | Type | Description |
|---|---|---|
| .#!custom | scalar | the names of the output components for this action depend on the actions input file see the example inputs below for details |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| ARG | grid | the labels of the grid in which the contour will be found |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG | input | none | the labels of the grid in which the contour will be found |
| CONTOUR | compulsory | none | the value we would like to draw the contour at in the space |
| INTERPOLATION_TYPE | compulsory | spline | the method to use for interpolation |
| BUFFER | compulsory | 0 | number of buffer grid points around location where grid was found on last step |
| SERIAL | optional | false | do the calculation in serial |
| ZERO_OUTSIDE_GRID_RANGE | optional | false | if we are asked to evaluate the function for a number that is outside the range of the grid set it to zero |