| Line 124... |
Line 124... |
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|
#define __FUNCT__ "EPSGetMonitorContext"
|
#define __FUNCT__ "EPSGetMonitorContext"
|
/*@C
|
/*@C
|
EPSGetMonitorContext - Gets the monitor context, as set by
|
EPSGetMonitorContext - Gets the monitor context, as set by
|
EPSSetMonitor() for the FIRST monitor only.
|
EPSMonitorSet() for the FIRST monitor only.
|
|
|
Not Collective
|
Not Collective
|
|
|
Input Parameter:
|
Input Parameter:
|
. eps - eigensolver context obtained from EPSCreate()
|
. eps - eigensolver context obtained from EPSCreate()
|
| Line 136... |
Line 136... |
Output Parameter:
|
Output Parameter:
|
. ctx - monitor context
|
. ctx - monitor context
|
|
|
Level: intermediate
|
Level: intermediate
|
|
|
.seealso: EPSSetMonitor()
|
.seealso: EPSMonitorSet()
|
@*/
|
@*/
|
PetscErrorCode EPSGetMonitorContext(EPS eps, void **ctx)
|
PetscErrorCode EPSGetMonitorContext(EPS eps, void **ctx)
|
{
|
{
|
PetscFunctionBegin;
|
PetscFunctionBegin;
|
PetscValidHeaderSpecific(eps,EPS_CLASSID,1);
|
PetscValidHeaderSpecific(eps,EPS_CLASSID,1);
|