Searched refs:DMDASetAOType (Results 1 – 4 of 4) sorted by relevance
66 PetscErrorCode DMDASetAOType(DM da, AOType aotype) in DMDASetAOType() function
86 PETSC_EXTERN PetscErrorCode DMDASetAOType(DM, AOType);
164 - You can now use DMDASetAOType() to indicate the type of AO you
323 PetscCall(DMDASetAOType(da, AOMEMORYSCALABLE)); in ComputeMapping()