| /petsc/src/mat/tutorials/ |
| H A D | ex17.c | 23 …PetscCall(PetscOptionsIntArray("-emptyranks", "Ranks to be skipped by partition", "", emptyranks, … in main() 24 …PetscCall(PetscOptionsIntArray("-bigranks", "Ranks to be overloaded", "", bigranks, &nbigranks, NU… in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex2.c | 36 …PetscCall(PetscOptionsIntArray("-glider", "Coordinate at which to center a glider", NULL, glider_l… in main() 37 …PetscCall(PetscOptionsIntArray("-blinker", "Coordinate at which to center a blinker", NULL, blinke… in main()
|
| /petsc/src/mat/utils/ |
| H A D | matio.c | 36 …PetscCall(PetscOptionsIntArray("-matload_block_size", "Set the block size used to store the matrix… in MatLoad_Binary_BlockSizes()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex13.c | 17 …PetscCall(PetscOptionsIntArray("-extent", "Number of replicas for each of three dimensions", NULL,… in main()
|
| H A D | ex6.c | 26 …PetscCall(PetscOptionsIntArray("-num_components", "The number of components per field", "ex6.c", o… in ProcessOptions() 30 …PetscCall(PetscOptionsIntArray("-order", "The spectral order per field", "ex6.c", options->k, &len… in ProcessOptions()
|
| H A D | ex11.c | 34 …PetscCall(PetscOptionsIntArray("-ornt_bounds", "Bounds for orientation checks", "ex11.c", options-… in ProcessOptions() 36 …PetscCall(PetscOptionsIntArray("-ornts", "Specific orientations for checks", "ex11.c", options->or… in ProcessOptions()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex2.c | 20 …PetscCall(PetscOptionsIntArray("-degrees", "list of max degrees to evaluate", "", degrees, &ndegre… in main()
|
| H A D | ex1.c | 155 …PetscCall(PetscOptionsIntArray("-degrees", "list of degrees to evaluate", "", degrees, &ndegrees, … in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex10.c | 30 …PetscCall(PetscOptionsIntArray("-num_components", "The number of components per field", "ex10.c", … in ProcessOptions() 161 …PetscCall(PetscOptionsIntArray("-num_dof", "The dof signature for the section", "ex10.c", user.num… in main()
|
| H A D | ex44.c | 35 …PetscCall(PetscOptionsIntArray("-bd", "The boundaries to be extruded", "ex44.c", options->bd, &n, … in ProcessOptions()
|
| H A D | ex41.c | 24 …PetscCall(PetscOptionsIntArray("-refcell", "The cell to be refined", "ex41.c", options->refcell, &… in ProcessOptions()
|
| H A D | ex9.c | 56 …PetscCall(PetscOptionsIntArray("-num_components", "The number of components per field", "ex9.c", o… in ProcessOptions() 61 …PetscCall(PetscOptionsIntArray("-num_dof", "The dof signature for the section", "ex9.c", options->… in ProcessOptions()
|
| H A D | ex57.c | 39 …PetscCall(PetscOptionsIntArray("-cells", "Cells to mark for transformation", "ex57.c", cells, &Nc,… in ProcessOptions()
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 65 …PetscCall(PetscOptionsIntArray("-petscpartitioner_shell_sizes", "The size of each partition on ran… in PetscPartitionerSetFromOptions_Shell() 66 …PetscCall(PetscOptionsIntArray("-petscpartitioner_shell_points", "The points in each partition on … in PetscPartitionerSetFromOptions_Shell()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex9f.F90 | 65 …PetscCallA(PetscOptionsIntArray('-intarray', 'Get an application int array', 'Man page', iarray, n…
|
| /petsc/src/dm/partitioner/impls/simple/ |
| H A D | partsimple.c | 28 …PetscCall(PetscOptionsIntArray("-petscpartitioner_simple_node_grid", "Number of nodes in each dime… in PetscPartitionerSetFromOptions_Simple() 34 …PetscCall(PetscOptionsIntArray("-petscpartitioner_simple_process_grid", "Number of local processes… in PetscPartitionerSetFromOptions_Simple()
|
| /petsc/src/dm/impls/da/ |
| H A D | dacreate.c | 56 …PetscCall(PetscOptionsIntArray("-da_refine_hierarchy_x", "Refinement factor for each level", "None… in DMSetFromOptions_DA() 65 …PetscCall(PetscOptionsIntArray("-da_refine_hierarchy_y", "Refinement factor for each level", "None… in DMSetFromOptions_DA() 75 …PetscCall(PetscOptionsIntArray("-da_refine_hierarchy_z", "Refinement factor for each level", "None… in DMSetFromOptions_DA()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 88 …PetscCall(PetscOptionsIntArray("-dm_plex_transform_1d_ref_cell", "Mark cells for refinement", "", … in DMPlexTransformSetFromOptions_1D()
|
| /petsc/include/ |
| H A D | petscoptions.h | 317 PetscErrorCode PetscOptionsIntArray(T...); 1295 …#define PetscOptionsIntArray(opt, text, man, value, n, set) PetscOptionsIntA… macro
|
| /petsc/src/mat/graphops/coarsen/interface/ |
| H A D | coarsen.c | 382 …PetscCall(PetscOptionsIntArray("-mat_coarsen_strength_index", "Array of indices to use strength of… in MatCoarsenSetFromOptions()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | gdsw.c | 31 …PetscCall(PetscOptionsIntArray("-gdsw_minmax", "Minimum and maximum number of basis functions per … in PCMGGDSWSetUp()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex71.c | 148 …PetscCall(PetscOptionsIntArray("-cells", "The mesh division", __FILE__, options->cells, (n = 3, &n… in ProcessOptions()
|
| /petsc/doc/changes/ |
| H A D | 320.md | 12 …Begin()`, `PetscOptionsEnd()`, `PetscOptionsInt()`, `PetscOptionsBool()`, `PetscOptionsIntArray()`,
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 569 …PetscCall(PetscOptionsIntArray("-dm_plex_transform_sbr_ref_cell", "Mark cells for refinement", "",… in DMPlexTransformSetFromOptions_SBR()
|
| /petsc/src/mat/impls/sbaij/seq/cholmod/ |
| H A D | sbaijcholmod.c | 111 …PetscCall(PetscOptionsIntArray("-mat_cholmod_nrelax", "3 size_t supernodal relaxed amalgamation pa… in CholmodSetOptions()
|