getLinIterVarIndx()

Map the "Linear Iterations" variable into an index.

Usage

varIndx = adb.getLinIterVarIndx( var )

Parameters

var (string) or (integer)
The "Linear Iterations" variable name/index.

Return Value

varIndx (integer)
The mapped index

Errors

var must be a valid name or index

Description

This routine maps the "Linear Iterations" variable into an index. The variable name or index is given by var. For example,
varIndx = adb.getLinIterVarIndx( 1 )