![]() |
SuperLuMtSolver
The GeMA Super LU Mt Numeric Solver Plugin
|
The syntax for creating a Super Lu Mt Numeric Solver object follows the basic syntax used for creating every plugin based object. In addition, the solver supports several optional attributes that can be used to configure its behaviour. Every option has a default value so in practice none of them is required.
| Field | Description | Type | Required | Def. Value |
|---|---|---|---|---|
| id | The numeric solver name. | String | Yes | |
| typeName | The plugin name. Should be equal to "SuperLuMtSolver". | String | Yes | |
| description | A description of the numeric solver purpose. | String | No | |
| General options: | ||||
| threads | The number of threads used by the linear solver. If not given, or the given value is greater than the maximum number of concurrent threads supported by the machine, the maximum number will be used. | Integer | No | Max supported threads |