| /petsc/src/dm/dt/tests/ |
| H A D | ex2.c | 27 …PetscCall(PetscOptionsRealArray("-src_points", "list of points defining intervals on which to inte… in main() 34 …PetscCall(PetscOptionsRealArray("-target_points", "list of points defining intervals on which to i… in main()
|
| H A D | ex1.c | 162 …PetscCall(PetscOptionsRealArray("-points", "list of points at which to evaluate", "", points, &npo… in main() 168 …PetscCall(PetscOptionsRealArray("-interval", "interval on which to construct quadrature", "", inte… in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3.c | 99 PetscCall(PetscOptionsRealArray("-u", "Initial solution", "", u, &n, &flg1)); in main() 101 PetscCall(PetscOptionsRealArray("-du", "Perturbation in initial solution", "", du, &n, &flg2)); in main()
|
| H A D | ex9.c | 154 PetscCall(PetscOptionsRealArray("-u", "Initial solution", "", u, &n, &flg1)); in main() 156 PetscCall(PetscOptionsRealArray("-du", "Perturbation in initial solution", "", du, &n, &flg2)); in main()
|
| H A D | ex2.c | 174 PetscCall(PetscOptionsRealArray("-u", "Initial solution", "", u, &n, &flg1)); in main() 176 PetscCall(PetscOptionsRealArray("-du", "Perturbation in initial solution", "", du, &n, &flg2)); in main()
|
| H A D | ex3sa.c | 105 PetscCall(PetscOptionsRealArray("-u", "Initial solution", "", u, &n, &flg1)); in main() 107 PetscCall(PetscOptionsRealArray("-du", "Perturbation in initial solution", "", du, &n, &flg2)); in main()
|
| H A D | ex9adj.c | 258 PetscCall(PetscOptionsRealArray("-u", "Initial solution", "", u, &n, &flg1)); in main() 260 PetscCall(PetscOptionsRealArray("-du", "Perturbation in initial solution", "", du, &n, &flg2)); in main()
|
| /petsc/src/sys/tests/ |
| H A D | ex14.c | 18 PetscCall(PetscOptionsRealArray("-rarray", "Input a real array", "ex14.c", rarray, &n, NULL)); in main()
|
| /petsc/src/ts/adapt/impls/dsp/ |
| H A D | adaptdsp.c | 279 …PetscCall(PetscOptionsRealArray("-ts_adapt_dsp_pid", "PID parameters <kkI,kkP,kkD>", "TSAdaptDSPSe… in TSAdaptSetFromOptions_DSP() 283 …PetscCall(PetscOptionsRealArray("-ts_adapt_dsp_kbeta", "Filter parameters", "", dsp->kBeta, (n = 3… in TSAdaptSetFromOptions_DSP() 288 …PetscCall(PetscOptionsRealArray("-ts_adapt_dsp_alpha", "Filter parameters", "", dsp->Alpha, (n = 2… in TSAdaptSetFromOptions_DSP()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 61 …PetscCall(PetscOptionsRealArray("-v0", "Input v0 for each cell", "ex8.c", options->v0, &n, &feFlg)… in ProcessOptions() 64 …PetscCall(PetscOptionsRealArray("-J", "Input Jacobian for each cell", "ex8.c", options->J, &n, &fl… in ProcessOptions() 67 …PetscCall(PetscOptionsRealArray("-invJ", "Input inverse Jacobian for each cell", "ex8.c", options-… in ProcessOptions() 70 …PetscCall(PetscOptionsRealArray("-detJ", "Input Jacobian determinant for each cell", "ex8.c", opti… in ProcessOptions() 77 …PetscCall(PetscOptionsRealArray("-centroid", "Input centroid for each cell", "ex8.c", options->cen… in ProcessOptions() 84 …PetscCall(PetscOptionsRealArray("-normal", "Input normal for each cell", "ex8.c", options->normal,… in ProcessOptions() 91 …PetscCall(PetscOptionsRealArray("-vol", "Input volume for each cell", "ex8.c", options->vol, &n, &… in ProcessOptions()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex9f.F90 | 75 …PetscCallA(PetscOptionsRealArray('-realarray', 'Get an application real array', 'Man page', rarray…
|
| /petsc/include/ |
| H A D | petscoptions.h | 313 PetscErrorCode PetscOptionsRealArray(T...); 1216 …#define PetscOptionsRealArray(opt, text, man, value, n, set) PetscOptionsReal… macro
|
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | cheby.c | 353 …PetscCall(PetscOptionsRealArray("-ksp_chebyshev_eigenvalues", "extreme eigenvalues", "KSPChebyshev… in KSPSetFromOptions_Chebyshev() 358 …PetscCall(PetscOptionsRealArray("-ksp_chebyshev_esteig", "estimate eigenvalues using a Krylov meth… in KSPSetFromOptions_Chebyshev()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1186 …PetscCall(PetscOptionsRealArray("-dm_landau_thermal_temps", "Temperature of each species [e,i_0,i_… in ProcessOptions() 1192 …PetscCall(PetscOptionsRealArray("-dm_landau_ion_masses", "Mass of each species in units of proton … in ProcessOptions() 1195 …PetscCall(PetscOptionsRealArray("-dm_landau_n", "Number density of each species = n_s * n_0", "ple… in ProcessOptions() 1200 …PetscCall(PetscOptionsRealArray("-dm_landau_ion_charges", "Charge of each species in units of prot… in ProcessOptions() 1246 …PetscCall(PetscOptionsRealArray("-dm_landau_domain_radius", "Phase space size in units of thermal … in ProcessOptions() 1252 …PetscCall(PetscOptionsRealArray("-dm_landau_domain_max_par", "Parallel velocity domain size in uni… in ProcessOptions() 1254 …PetscCall(PetscOptionsRealArray("-dm_landau_domain_max_perp", "Perpendicular velocity domain size … in ProcessOptions() 1288 …PetscCall(PetscOptionsRealArray("-dm_landau_sphere_inner_radius_90degree_scale", "Scaling of radiu… in ProcessOptions() 1303 …PetscCall(PetscOptionsRealArray("-dm_landau_sphere_inner_radius_45degree_scale", "Scaling of radiu… in ProcessOptions()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 298 …PetscCall(PetscOptionsRealArray("-advect_tilted_wind", "background wind vx,vy", "", tilted->wind, … in PhysicsCreate_Advect() 300 …PetscCall(PetscOptionsRealArray("-advect_tilted_inflow", "Inflow state", "", &advect->inflowState,… in PhysicsCreate_Advect() 309 …PetscCall(PetscOptionsRealArray("-advect_bump_center", "location of center of bump x,y", "", bump-… in PhysicsCreate_Advect() 1346 …PetscCall(PetscOptionsRealArray("-grid_bounds", "bounds of the mesh in each direction (i.e., x_min… in main()
|
| H A D | ex30.c | 969 …PetscCall(PetscOptionsRealArray("-monitor_times", "Save at specific times", NULL, options->view_ti… in ProcessOptions() 1010 …PetscCall(PetscOptionsRealArray("-source_x0", "source location", __FILE__, options->source_ctx->x0… in ProcessOptions() 1012 …PetscCall(PetscOptionsRealArray("-source_w", "source factor", __FILE__, options->source_ctx->w, &t… in ProcessOptions() 1014 …PetscCall(PetscOptionsRealArray("-source_k", "source frequency", __FILE__, options->source_ctx->k,… in ProcessOptions() 1016 …PetscCall(PetscOptionsRealArray("-source_p", "source phase", __FILE__, options->source_ctx->p, &tm… in ProcessOptions() 1018 …PetscCall(PetscOptionsRealArray("-source_r", "source scaling", __FILE__, options->source_ctx->r, &… in ProcessOptions()
|
| H A D | ex77.c | 310 …PetscCall(PetscOptionsRealArray("-part_lower", "The lower left corner of the particle box", "ex77.… in ProcessOptions() 312 …PetscCall(PetscOptionsRealArray("-part_upper", "The upper right corner of the particle box", "ex77… in ProcessOptions()
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 310 …PetscCall(PetscOptionsRealArray("-draw_bounds", "Bounds to put on plots axis", "PetscViewerDrawSet… in PetscViewerSetFromOptions_Draw()
|
| /petsc/doc/changes/ |
| H A D | 320.md | 13 `PetscOptionsReal()`, `PetscOptionsRealArray()`, and `PetscOptionsScalar()` for Fortran
|
| /petsc/src/mat/impls/sbaij/seq/cholmod/ |
| H A D | sbaijcholmod.c | 104 …PetscCall(PetscOptionsRealArray("-mat_cholmod_zrelax", "3 real supernodal relaxed amalgamation par… in CholmodSetOptions()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 58 …PetscCall(PetscOptionsRealArray("-dm_plex_transform_extrude_normal", "Input normal vector for extr… in DMPlexTransformSetFromOptions_Extrude() 73 …PetscCall(PetscOptionsRealArray("-dm_plex_transform_extrude_thicknesses", "Thickness of each indiv… in DMPlexTransformSetFromOptions_Extrude()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 767 …PetscCall(PetscOptionsRealArray("-ts_adapt_clip", "Admissible decrease/increase factor in step siz… in TSAdaptSetFromOptions()
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 433 …PetscCall(PetscOptionsRealArray("-snes_composite_damping", "Damping of the additive composite solv… in SNESSetFromOptions_Composite()
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 596 PetscCall(PetscOptionsRealArray(name, nitem->help, "", value, &n, NULL)); in PetscBagSetFromOptions()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 1834 …PetscCall(PetscOptionsRealArray("-pc_gamg_threshold", "Relative threshold to use for dropping edge… in PCSetFromOptions_GAMG() 1854 …PetscCall(PetscOptionsRealArray("-pc_gamg_eigenvalues", "extreme eigenvalues for smoothed aggregat… in PCSetFromOptions_GAMG()
|