Home
last modified time | relevance | path

Searched refs:AOType (Results 1 – 7 of 7) sorted by relevance

/petsc/include/
H A Dpetscao.h30 typedef const char *AOType; typedef
58 PETSC_EXTERN PetscErrorCode AOSetType(AO, AOType);
59 PETSC_EXTERN PetscErrorCode AOGetType(AO, AOType *);
H A Dpetscdmda.h86 PETSC_EXTERN PetscErrorCode DMDASetAOType(DM, AOType);
/petsc/src/vec/is/ao/interface/
H A Daoreg.c86 PetscErrorCode AOSetType(AO ao, AOType method) in AOSetType()
121 PetscErrorCode AOGetType(AO ao, AOType *type) in AOGetType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscao.pxi3 ctypedef const char* PetscAOType "AOType"
H A DAO.pyx3 class AOType(object): class
15 Type = AOType
284 del AOType
/petsc/src/dm/impls/da/
H A Ddaindex.c66 PetscErrorCode DMDASetAOType(DM da, AOType aotype) in DMDASetAOType()
/petsc/include/petsc/private/
H A Ddmdaimpl.h34 AOType aotype; /* type of application ordering */