Home
last modified time | relevance | path

Searched refs:PetscOptionsBoundedInt (Results 1 – 25 of 63) sorted by relevance

123

/petsc/src/dm/impls/patch/tests/
H A Dex1.c33 …PetscCall(PetscOptionsBoundedInt("-debug", "The debugging level", "ex1.c", options->debug, &option… in ProcessOptions()
35 …PetscCall(PetscOptionsBoundedInt("-patch_size", "The patch size in each dimension", "ex1.c", patch… in ProcessOptions()
36 …PetscCall(PetscOptionsBoundedInt("-comm_size", "The comm size in each dimension", "ex1.c", commSiz… in ProcessOptions()
37 …PetscCall(PetscOptionsBoundedInt("-grid_size", "The grid size in each dimension", "ex1.c", gridSiz… in ProcessOptions()
/petsc/src/dm/impls/da/
H A Ddacreate.c17 …PetscCall(PetscOptionsBoundedInt("-da_grid_x", "Number of grid points in x direction", "DMDASetSiz… in DMSetFromOptions_DA()
18 …if (dim > 1) PetscCall(PetscOptionsBoundedInt("-da_grid_y", "Number of grid points in y direction"… in DMSetFromOptions_DA()
19 …if (dim > 2) PetscCall(PetscOptionsBoundedInt("-da_grid_z", "Number of grid points in z direction"… in DMSetFromOptions_DA()
21 …PetscCall(PetscOptionsBoundedInt("-da_overlap", "Decomposition overlap in all directions", "DMDASe… in DMSetFromOptions_DA()
23 …PetscCall(PetscOptionsBoundedInt("-da_overlap_x", "Decomposition overlap in x direction", "DMDASet… in DMSetFromOptions_DA()
24 …if (dim > 1) PetscCall(PetscOptionsBoundedInt("-da_overlap_y", "Decomposition overlap in y directi… in DMSetFromOptions_DA()
25 …if (dim > 2) PetscCall(PetscOptionsBoundedInt("-da_overlap_z", "Decomposition overlap in z directi… in DMSetFromOptions_DA()
27 …PetscCall(PetscOptionsBoundedInt("-da_local_subdomains", "", "DMDASetNumLocalSubdomains", dd->Nsub… in DMSetFromOptions_DA()
31 …PetscCall(PetscOptionsBoundedInt("-da_processors_x", "Number of processors in x direction", "DMDAS… in DMSetFromOptions_DA()
32 …if (dim > 1) PetscCall(PetscOptionsBoundedInt("-da_processors_y", "Number of processors in y direc… in DMSetFromOptions_DA()
[all …]
/petsc/src/dm/impls/moab/tests/
H A Dex3.cxx38 …PetscCall(PetscOptionsBoundedInt("-n", "The number of elements in each dimension", "ex3.cxx", opti… in ProcessOptions()
39 …PetscCall(PetscOptionsBoundedInt("-levels", "Number of levels in the hierarchy", "ex3.cxx", option… in ProcessOptions()
40 …PetscCall(PetscOptionsBoundedInt("-degree", "Number of degrees at each level of refinement", "ex3.… in ProcessOptions()
41 …PetscCall(PetscOptionsBoundedInt("-ghost", "Number of ghost layers in the mesh", "ex3.cxx", option… in ProcessOptions()
H A Dex2.cxx41 …PetscCall(PetscOptionsBoundedInt("-n", "The number of elements in each dimension", "ex2.cxx", opti… in ProcessOptions()
/petsc/src/dm/impls/plex/tests/
H A Dex6.c23 …PetscCall(PetscOptionsBoundedInt("-debug", "The debugging level", "ex6.c", options->debug, &option… in ProcessOptions()
24 …PetscCall(PetscOptionsBoundedInt("-num_strata", "The number of label values", "ex6.c", options->nu… in ProcessOptions()
25 …PetscCall(PetscOptionsBoundedInt("-pend", "The label point limit", "ex6.c", options->pEnd, &option… in ProcessOptions()
H A Dex10.c26 …PetscCall(PetscOptionsBoundedInt("-num_fields", "The number of section fields", "ex10.c", options-… in ProcessOptions()
33 …PetscCall(PetscOptionsBoundedInt("-num_groups", "Group permutation by this many label values", "ex… in ProcessOptions()
H A Dex74.c45 …PetscCall(PetscOptionsBoundedInt("-subdim", "The topological dimension of the submesh", "ex74.c", … in ProcessOptions()
H A Dex70.c16 …PetscCall(PetscOptionsBoundedInt("-overlap", "The overlap size used", "ex70.c", options->overlap, … in ProcessOptions()
H A Dex29.c25 …PetscCall(PetscOptionsBoundedInt("-overlap", "The cell overlap for partitioning", "ex29.c", option… in ProcessOptions()
H A Dex13.c19 …PetscCall(PetscOptionsBoundedInt("-test_num", "The test partition number", "ex13.c", options->test… in ProcessOptions()
H A Dex31.c22 …PetscCall(PetscOptionsBoundedInt("-entity_depth", "Depth of the entities to rebalance (0 => vertic… in ProcessOptions()
H A Dex19.c44 …PetscCall(PetscOptionsBoundedInt("-Nr", "Numberof refinement passes", "ex19.c", options->Nr, &opti… in ProcessOptions()
45 …PetscCall(PetscOptionsBoundedInt("-met", "Different choices of metric", "ex19.c", options->metOpt,… in ProcessOptions()
H A Dex34.c21 …PetscCall(PetscOptionsBoundedInt("-mesh_num", "The mesh we should construct", "ex8.c", options->me… in ProcessOptions()
H A Dex12.c51 …PetscCall(PetscOptionsBoundedInt("-overlap", "The cell overlap for partitioning", "ex12.c", option… in ProcessOptions()
/petsc/src/dm/field/tutorials/
H A Dex1.c241 …PetscCall(PetscOptionsBoundedInt("-num_components", "Number of components in field", "ex1.c", nc, … in main()
242 …PetscCall(PetscOptionsBoundedInt("-num_quad_points", "Number of quadrature points per dimension", … in main()
243 …PetscCall(PetscOptionsBoundedInt("-num_point_tests", "Number of test points for DMFieldEvaluate()"… in main()
244 …PetscCall(PetscOptionsBoundedInt("-num_fe_tests", "Number of test cells for DMFieldEvaluateFE()", … in main()
245 …PetscCall(PetscOptionsBoundedInt("-num_fv_tests", "Number of test cells for DMFieldEvaluateFV()", … in main()
263 …PetscCall(PetscOptionsBoundedInt("-overlap", "DMPlex parallel overlap", "ex1.c", overlap, &overlap… in main()
/petsc/src/dm/dt/space/interface/
H A Dspace.c208 …PetscCall(PetscOptionsBoundedInt("-petscspace_degree", "The (maximally included) polynomial degree… in PetscSpaceSetFromOptions()
209 …PetscCall(PetscOptionsBoundedInt("-petscspace_variables", "The number of different variables, e.g.… in PetscSpaceSetFromOptions()
210 …PetscCall(PetscOptionsBoundedInt("-petscspace_components", "The number of components", "PetscSpace… in PetscSpaceSetFromOptions()
/petsc/src/dm/impls/forest/
H A Dforest.c1524 …PetscCall(PetscOptionsBoundedInt("-dm_forest_adjacency_dimension", "set the dimension of points th… in DMSetFromOptions_Forest()
1529 …PetscCall(PetscOptionsBoundedInt("-dm_forest_adjacency_codimension", "set the codimension of point… in DMSetFromOptions_Forest()
1533 …PetscCall(PetscOptionsBoundedInt("-dm_forest_partition_overlap", "set the degree of partition over… in DMSetFromOptions_Forest()
1536 …PetscCall(PetscOptionsBoundedInt("-dm_refine","equivalent to -dm_forest_set_minimum_refinement and… in DMSetFromOptions_Forest()
1541 …PetscCall(PetscOptionsBoundedInt("-dm_refine_hierarchy","equivalent to -dm_forest_set_minimum_refi… in DMSetFromOptions_Forest()
1548 …PetscCall(PetscOptionsBoundedInt("-dm_forest_minimum_refinement", "set the minimum level of refine… in DMSetFromOptions_Forest()
1551 …PetscCall(PetscOptionsBoundedInt("-dm_forest_initial_refinement", "set the initial level of refine… in DMSetFromOptions_Forest()
1554 …PetscCall(PetscOptionsBoundedInt("-dm_forest_maximum_refinement", "set the maximum level of refine… in DMSetFromOptions_Forest()
1560 …PetscCall(PetscOptionsBoundedInt("-dm_forest_grade_factor", "grade factor between neighboring cell… in DMSetFromOptions_Forest()
/petsc/src/dm/tutorials/
H A Dex9.c32 PetscCall(PetscOptionsBoundedInt("-ndof", "Number of DOF's in DMDA", "", ndof, &ndof, NULL, 1)); in main()
/petsc/src/vec/is/is/tests/
H A Dex11.c22 …PetscCall(PetscOptionsBoundedInt("-nmax", "Maximum number of keys per process", "ex11.c", nmax, &n… in main()
/petsc/src/dm/dt/tests/
H A Dex3.c121 …PetscCall(PetscOptionsBoundedInt("-digits", "The number of significant digits for the integral", "… in main()
H A Dex5.c23 …PetscCall(PetscOptionsBoundedInt("-num_comp", "Number of components in space", "ex5.c", Nc, &Nc, N… in main()
/petsc/src/vec/is/utils/tests/
H A Dex1.c32 …PetscCall(PetscOptionsBoundedInt("-loops", "Number of times to loop through KDTree creation and qu… in main()
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c74 …PetscCall(PetscOptionsBoundedInt("-npc", "Number of particles per cell", __FILE__, options->Npc, &… in ProcessOptions()
75 …PetscCall(PetscOptionsBoundedInt("-field", "The field to project", __FILE__, options->field, &opti… in ProcessOptions()
76 …PetscCall(PetscOptionsBoundedInt("-moments", "Number of moments to match", __FILE__, options->Nm, … in ProcessOptions()
/petsc/src/mat/impls/aij/mpi/pastix/
H A Dpastix.c394 …PetscCall(PetscOptionsBoundedInt("-mat_pastix_itermax", "iparm[IPARM_ITERMAX]: Max iterations", "N… in MatSetFromOptions_PaStiX()
406 …PetscCall(PetscOptionsBoundedInt("-mat_pastix_thread_nbr", "iparm[IPARM_THREAD_NBR]: Number of thr… in MatSetFromOptions_PaStiX()
/petsc/include/
H A Dpetscoptions.h289 PetscErrorCode PetscOptionsBoundedInt(T...);
583 …#define PetscOptionsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_… macro

123