getLinIterData()
Return the "Linear Iterations" steps, times and values data.
Usage
linIterData = adb.getLinIterData( var, index = 0 )
Parameters
- var (string) or (integer)
- The "Linear Iterations" variable name/index.
- index (integer)
- The index of nIters.
Return Value
- linIterData (tuple)
- The "Linear Iterations" data including steps, times and values
Errors
var must be a valid name or index.
Index must have proper value.
Description
This routine returns the "Linear Iterations" steps, times and values data. The variable name or
index is given by var. For
example,
linData = adb.getLinIterData( 1,2)