PetscObjectTypeCompare#

Determines whether a PETSc object is of a particular type.

Synopsis#

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

Not Collective

Input Parameters#

Output Parameter#

See Also#

PetscObject, VecGetType(), KSPGetType(), PCGetType(), SNESGetType(), PetscObjectBaseTypeCompare(), PetscObjectTypeCompareAny(), PetscObjectBaseTypeCompareAny(), PetscObjectObjectTypeCompare()

Level#

intermediate

Location#

src/sys/objects/destroy.c

Examples#

src/tao/constrained/tutorials/tomographyADMM.c
src/ksp/ksp/tutorials/ex42.c
src/tao/constrained/tutorials/ex1.c
src/ksp/ksp/tutorials/ex19.c
src/ksp/ksp/tutorials/ex75f.F90
src/ksp/ksp/tutorials/ex71.c
src/ksp/ksp/tutorials/ex7.c
src/ksp/ksp/tutorials/ex27.c
src/snes/tutorials/ex28.c
src/snes/tutorials/ex16.c


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