Action: FIND_CONTOUR_SURFACE
| Module | contour |
|---|---|
| Description | Usage |
| Find an isocontour by searching along either the x, y or z direction. | |
| output value | type |
| a grid containing the location of the points in the Willard-Chandler surface along the chosen direction | grid |
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 |
| SEARCHDIR | compulsory | none | In which directions do you wish to search for the contour |
| 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 |