Searched refs:aotype (Results 1 – 4 of 4) sorted by relevance
66 PetscErrorCode DMDASetAOType(DM da, AOType aotype) in DMDASetAOType() argument79 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()
25 PetscCall(PetscFree(dd->aotype)); in DMDestroy_DA()
389 PetscCall(PetscStrallocpy(AOBASIC, (char **)&dd->aotype)); in DMCreate_DA()
34 AOType aotype; /* type of application ordering */ member