Results obtained with the compute() method of the iterative solver algorithm in the batch processing mode.
More...
- Deprecated:
- This item will be removed in a future release.
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the result of the iterative solver algorithm
- Parameters
-
input | Input of algorithm |
par | Parameter of algorithm |
method | Computation method of the algorithm |
- Returns
- Status of computations
Returns optional result of the algorithm
- Parameters
-
id | Identifier of the optional result |
- Returns
- optional result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(interface1_Result self) -> int
def interface1_getOptionalResult |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns optional result of the iterative solver algorithm
- Parameters
-
id | Identifier of the optional result data |
- Returns
- Result data that corresponds to the given identifier
def interface1_getResult |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns result of the iterative solver algorithm
- Parameters
-
id | Identifier of the result |
- Returns
- Final result that corresponds to the given identifier
def interface1_setOptionalResult |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the optional result of the iterative solver algorithm
- Parameters
-
id | Identifier of the result |
ptr | Pointer to the result |
def interface1_setResult |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of the iterative solver algorithm
- Parameters
-
id | Identifier of the result |
ptr | Pointer to the result |
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets optional result of the algorithm
- Parameters
-
id | Identifier of the optional result |
ptr | Pointer to the optional result |
The documentation for this class was generated from the following file: