Home
last modified time | relevance | path

Searched refs:DMDASetAOType (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() function
/petsc/include/
H A Dpetscdmda.h86 PETSC_EXTERN PetscErrorCode DMDASetAOType(DM, AOType);
/petsc/doc/changes/
H A D36.md164 - You can now use DMDASetAOType() to indicate the type of AO you
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c323 PetscCall(DMDASetAOType(da, AOMEMORYSCALABLE)); in ComputeMapping()