Home
last modified time | relevance | path

Searched refs:aotype (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/da/
H A Ddaindex.c66 PetscErrorCode DMDASetAOType(DM da, AOType aotype) in DMDASetAOType() argument
79 PetscCall(PetscObjectTypeCompare((PetscObject)dd->ao, aotype, &match)); in DMDASetAOType()
83 PetscCall(PetscFree(dd->aotype)); in DMDASetAOType()
84 PetscCall(PetscStrallocpy(aotype, (char **)&dd->aotype)); in DMDASetAOType()
138 PetscCall(AOSetType(dd->ao, dd->aotype)); in DMDAGetAO()
H A Ddadestroy.c25 PetscCall(PetscFree(dd->aotype)); in DMDestroy_DA()
H A Ddacreate.c389 PetscCall(PetscStrallocpy(AOBASIC, (char **)&dd->aotype)); in DMCreate_DA()
/petsc/include/petsc/private/
H A Ddmdaimpl.h34 AOType aotype; /* type of application ordering */ member