Searched defs:refine_x (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 784 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 D | stagutils.c | 774 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 D | dmdaimpl.h | 53 PetscInt refine_x, refine_y, refine_z; /* ratio used in refining */ member
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 355 PetscInt refine_x, refine_y, refine_z; in PCTelescopeSetUp_dmda_repart() local
|