PetscObjectTypeCompareAny#

Determines whether a PETSc object is of any of a list of types.

Synopsis#

#include "petscsys.h"    
PetscErrorCode PetscObjectTypeCompareAny(PetscObject obj, PetscBool *match, const char type_name[], ...)

Not Collective

Input Parameters#

Output Parameter#

See Also#

VecGetType(), KSPGetType(), PCGetType(), SNESGetType(), PetscObjectTypeCompare(), PetscObjectBaseTypeCompare()

Level#

intermediate

Location#

src/sys/objects/destroy.c

Examples#

src/ksp/ksp/tutorials/ex79.c


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