Home
last modified time | relevance | path

Searched defs:refine_x (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/da/
H A Dda.c784 PetscErrorCode DMDASetRefinementFactor(DM da, PetscInt refine_x, PetscInt refine_y, PetscInt refine… in DMDASetRefinementFactor()
820 PetscErrorCode DMDAGetRefinementFactor(DM da, PeOp PetscInt *refine_x, PeOp PetscInt *refine_y, PeO… in DMDAGetRefinementFactor()
/petsc/src/dm/impls/stag/
H A Dstagutils.c774 PetscErrorCode DMStagGetRefinementFactor(DM dm, PetscInt *refine_x, PetscInt *refine_y, PetscInt *r… in DMStagGetRefinementFactor()
1350 PetscErrorCode DMStagSetRefinementFactor(DM dm, PetscInt refine_x, PetscInt refine_y, PetscInt refi… in DMStagSetRefinementFactor()
/petsc/include/petsc/private/
H A Ddmdaimpl.h53 PetscInt refine_x, refine_y, refine_z; /* ratio used in refining */ member
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c355 PetscInt refine_x, refine_y, refine_z; in PCTelescopeSetUp_dmda_repart() local