MFNView#

Prints the MFN data structure.

Synopsis#

#include "slepcmfn.h" 
PetscErrorCode MFNView(MFN mfn,PetscViewer viewer)

Collective

Input Parameters#

  • mfn - the matrix function solver context

  • viewer - optional visualization context

Options Database Key#

Notes#

The available visualization contexts include

The user can open an alternative visualization context with PetscViewerASCIIOpen() to output to a specified file.

See Also#

MFN: Matrix Function, MFNCreate(), MFNViewFromOptions()

Level#

beginner

Location#

src/mfn/interface/mfnbasic.c


Index of all MFN routines Table of Contents for all manual pages Index of all manual pages