| Line 149... |
Line 149... |
+ ops - number of operator applications
|
+ ops - number of operator applications
|
. dots - number of inner product operations
|
. dots - number of inner product operations
|
- lits - number of linear iterations
|
- lits - number of linear iterations
|
|
|
Notes:
|
Notes:
|
If not needed any
|
Any output parameter may be PETSC_NULL on input if not needed.
|
|
|
Level: intermediate
|
Level: intermediate
|
|
|
.seealso: STResetOperationCounters()
|
.seealso: STResetOperationCounters()
|
@*/
|
@*/
|
| Line 168... |
Line 168... |
}
|
}
|
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|
#define __FUNCT__ "STResetOperationCounters"
|
#define __FUNCT__ "STResetOperationCounters"
|
/*@
|
/*@
|
STResetOperationCounters - Resets the counter for total number of
|
STResetOperationCounters - Resets the counters for operator applications,
|
linear iterations used by the ST object.
|
inner product operations and total number of linear iterations used by
|
|
the ST object.
|
|
|
Collective on ST
|
Collective on ST
|
|
|
Input Parameter:
|
Input Parameter:
|
. st - the spectral transformation context
|
. st - the spectral transformation context
|