Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmstag.h134 PETSC_EXTERN PetscErrorCode DMStagSetRefinementFactor(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.c1350 PetscErrorCode DMStagSetRefinementFactor(DM dm, PetscInt refine_x, PetscInt refine_y, PetscInt refi… in DMStagSetRefinementFactor() function