Home
last modified time | relevance | path

Searched refs:DMStagGetRefinementFactor (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmstag.h118 PETSC_EXTERN PetscErrorCode DMStagGetRefinementFactor(DM, PetscInt *, PetscInt *, PetscInt *);
/petsc/doc/changes/
H A D321.md212 - Add `DMStagSetRefinementFactor()` and `DMStagGetRefinementFactor()` to set and get the refinement…
/petsc/src/dm/impls/stag/
H A Dstagutils.c774 PetscErrorCode DMStagGetRefinementFactor(DM dm, PetscInt *refine_x, PetscInt *refine_y, PetscInt *r… in DMStagGetRefinementFactor() function