Overview
This application computes a warp that solves the Cauchy-Navier equation on a planar domain using the multigrid algorithm. The input is a pair of landmarks and a file to specify the domain. The output is an object that defines the warp at every point on the given domain object. The domain object and ouput will be in the RDD format. The landmarks must be ASCII lists of line delimited points.
Usage
| Argument | Type | Required | Description | Notes |
| -overwrite | flag | No | Enables file overwriting | |
| -debug | flag | No | Enables additional error reporting | |
| -surface | File | Yes | Used to specify the surface on which the warp is computed. | |
| -tar | File | Yes | Used to specify the filename of the target landmarks. | |
| -ref | File | Yes | Used to specify the filename of the reference landmarks. | |
| -output | File | Yes | Used to specify the filename of the output deformation. | |
| -lambda | Double | No | Specifies a value for the algorithm parameter 'Lambda'. Default value = 10.0 | |
| -mu | Double | No | Specifies a value for the algorithm parameter 'Mu'. Default value = 1.0 | |
| -gamma | Double | No | Specifies a value for the algorithm parameter 'Gamma'. Default value = 1.0 | |
| -coarse | Integer | No | Specifies a value for the algorithm parameter 'CoarseLevel'. Default value = 3 | |
| -presmooth | Integer | No | Specifies a value for the algorithm parameter 'NumPresmooths'. Default value = 100 | |
| -postsmooth | Integer | No | Specifies a value for the algorithm parameter 'NumPostSmooths'. Default value = 100 | |
| -cycle_strat | Integer | No | Specifies a value for the algorithm parameter 'CycleStrategy'. Default value = 1 | |
| -num_mg | Integer | No | Specifies a value for the algorithm parameter 'NumMultigrid'. Default value = 1 | |
| -help | flag | No | Prints help and usage information. | |
| -version | flag | No | Prints version number of this application. | |
| -verbose | flag | No | Enables detailed status messages. | |
| -license | flag | No | Prints license details, and exits. | |
| -twiki | flag | No | Writes command line arguments as a TWiki format table to output and exit. | |
| -pipeline | flag | No | Write pipeline descriptor file to output and exit. | |
| -pipelineJar | String | No | Specify path to an application jar file, as a pipeline resource. | Example: "pipeline://localhost//home/zed/Connery.jar" |
| -pipelineJvm | String | No | Specify a Java Virtual Machine called by a pipeline. | |
| -pipelineJvmOptions | String | No | Specify Java Virtual Machine options used by a pipeline. | |