Home
last modified time | relevance | path

Searched refs:PetscOptionsRealArray (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/dm/dt/tests/
H A Dex2.c27 …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 Dex1.c162 …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 Dex3.c99 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 Dex9.c154 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 Dex2.c174 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 Dex3sa.c105 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 Dex9adj.c258 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 Dex14.c18 PetscCall(PetscOptionsRealArray("-rarray", "Input a real array", "ex14.c", rarray, &n, NULL)); in main()
/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c279 …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 Dex8.c61 …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 Dex9f.F9075 …PetscCallA(PetscOptionsRealArray('-realarray', 'Get an application real array', 'Man page', rarray…
/petsc/include/
H A Dpetscoptions.h313 PetscErrorCode PetscOptionsRealArray(T...);
1216 …#define PetscOptionsRealArray(opt, text, man, value, n, set) PetscOptionsReal… macro
/petsc/src/ksp/ksp/impls/cheby/
H A Dcheby.c353 …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 Dplexland.c1186 …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 Dex11.c298 …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 Dex30.c969 …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 Dex77.c310 …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 Ddrawv.c310 …PetscCall(PetscOptionsRealArray("-draw_bounds", "Bounds to put on plots axis", "PetscViewerDrawSet… in PetscViewerSetFromOptions_Draw()
/petsc/doc/changes/
H A D320.md13 `PetscOptionsReal()`, `PetscOptionsRealArray()`, and `PetscOptionsScalar()` for Fortran
/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dsbaijcholmod.c104 …PetscCall(PetscOptionsRealArray("-mat_cholmod_zrelax", "3 real supernodal relaxed amalgamation par… in CholmodSetOptions()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c58 …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 Dtsadapt.c767 …PetscCall(PetscOptionsRealArray("-ts_adapt_clip", "Admissible decrease/increase factor in step siz… in TSAdaptSetFromOptions()
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c433 …PetscCall(PetscOptionsRealArray("-snes_composite_damping", "Damping of the additive composite solv… in SNESSetFromOptions_Composite()
/petsc/src/sys/classes/bag/
H A Dbag.c596 PetscCall(PetscOptionsRealArray(name, nitem->help, "", value, &n, NULL)); in PetscBagSetFromOptions()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1834 …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()

12