LMEGetType#

Gets the LME type as a string from the LME object.

Synopsis#

#include "slepclme.h" 
PetscErrorCode LMEGetType(LME lme,LMEType *type)

Not Collective

Input Parameter#

  • lme - the linear matrix equation solver context

Output Parameter#

  • type - name of LME method

Note#

type should not be retained for later use as it will be an invalid pointer if the LMEType of lme is changed.

See Also#

LME: Linear Matrix Equation, LMESetType(), PetscObjectTypeCompare(), PetscObjectTypeCompareAny()

Level#

intermediate

Location#

src/lme/interface/lmebasic.c


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