AOSetType#

Builds an application ordering for a particular implementation.

Synopsis#

#include "petscao.h"  
PetscErrorCode AOSetType(AO ao, AOType method)

Collective on AO

Input Parameters#

  • ao - The AO object

  • method - The name of the AO type

Options Database Key#

  • -ao_type - Sets the AO type; use -help for a list of available types

Notes#

See “petsc/include/petscao.h” for available AO types (for instance, AOBASIC and AOMEMORYSCALABLE).

See Also#

AOGetType(), AOCreate()

Level#

intermediate

Location#

src/vec/is/ao/interface/aoreg.c


Edit on GitLab

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