petsc-3.3-p7 2013-05-11

KSPMonitorAMSCreate

create an AMS monitor context

Synopsis

#include "petscksp.h" 
PetscErrorCode KSPMonitorAMSCreate(KSP ksp,const char *amscommname,void **ctx)
Collective

Input Arguments

ksp - KSP to monitor
amscommname - name of AMS communicator to use

Output Arguments

ctx -context for monitor

See Also

KSPMonitorAMS(), KSPMonitorAMSDestroy()

Level:developer
Location:
src/ksp/ksp/interface/kspams.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages