Home
last modified time | relevance | path

Searched refs:PetscOptionsMPIInt (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag.c891 …PetscCall(PetscOptionsMPIInt("-stag_ranks_x", "Number of ranks in x direction", "DMStagSetNumRanks… in DMSetFromOptions_Stag()
892 …if (dim > 1) PetscCall(PetscOptionsMPIInt("-stag_ranks_y", "Number of ranks in y direction", "DMSt… in DMSetFromOptions_Stag()
893 …if (dim > 2) PetscCall(PetscOptionsMPIInt("-stag_ranks_z", "Number of ranks in z direction", "DMSt… in DMSetFromOptions_Stag()
/petsc/include/
H A Dpetscoptions.h534 …#define PetscOptionsMPIInt(opt, text, man, currentvalue, value, set) PetscOptionsMPII… macro