Searched refs:AOType (Results 1 – 7 of 7) sorted by relevance
30 typedef const char *AOType; typedef58 PETSC_EXTERN PetscErrorCode AOSetType(AO, AOType);59 PETSC_EXTERN PetscErrorCode AOGetType(AO, AOType *);
86 PETSC_EXTERN PetscErrorCode DMDASetAOType(DM, AOType);
86 PetscErrorCode AOSetType(AO ao, AOType method) in AOSetType()121 PetscErrorCode AOGetType(AO ao, AOType *type) in AOGetType()
3 ctypedef const char* PetscAOType "AOType"
3 class AOType(object): class15 Type = AOType284 del AOType
66 PetscErrorCode DMDASetAOType(DM da, AOType aotype) in DMDASetAOType()
34 AOType aotype; /* type of application ordering */