AOMappingHasPetscIndex#

checks if an AO has a requested petsc index.

Synopsis#

#include "petscao.h" 
PetscErrorCode AOMappingHasPetscIndex(AO ao, PetscInt idex, PetscBool *hasIndex)

Not Collective

Input Parameters#

  • ao - The AO

  • idex - The petsc index

Output Parameter#

  • hasIndex - Flag is PETSC_TRUE if the index exists

Developer Notes#

The name of the function is wrong, it should be AOHasPetscIndex

See Also#

Application Orderings, AOMappingHasApplicationIndex(), AOCreateMapping()

Level#

intermediate

Location#

src/vec/is/ao/impls/mapping/aomapping.c


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