| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 31 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-limits", limits, &nlimits, &setlimits)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex27.c | 106 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-sp_inflow", ctx->x_inflow.sp, &as, NULL)); in SetFromOptions() 107 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-sp_0", ctx->x_0.sp, &as, NULL)); in SetFromOptions() 109 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-stoich", ctx->stoichiometry, &as, NULL)); in SetFromOptions()
|
| H A D | extchem.c | 295 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-initial_mole", molefracs, &mmax, &flg)); in FormInitialSolution()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex20.c | 34 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-dm_plex_box_lower", lower, &n, NULL)); in main() 37 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-dm_plex_box_upper", upper, &n, NULL)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 29 …PetscErrorCode PetscOptionsGetRealArray(PetscOptions, char[], char[], PetscReal[], PetscInt*, Pets… 132 CHKERR(PetscOptionsGetRealArray(opt, pre, name, ivalue, &nmax, &flag))
|
| H A D | Options.pyx | 341 getReal, petsc.PetscOptionsGetRealArray
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex21.c | 64 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-l", fctx.l, (i = sdim, &i), NULL)); in main()
|
| H A D | ex54f.F90 | 66 …PetscCallA(PetscOptionsGetRealArray(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-blob_center', blb,…
|
| H A D | ex49.c | 888 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-brick_E", values_E, &maxnbricks, &flg)); in solve_elasticity_2d() 894 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-brick_nu", values_nu, &maxnbricks, &flg)); in solve_elasticity_2d()
|
| /petsc/src/ts/tests/ |
| H A D | ex13.c | 48 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-interptimes", times, &Nt, NULL)); in main()
|
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | heat.c | 314 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-zoom", xx, &cnt, NULL)); in MyMonitor()
|
| H A D | biharmonic.c | 499 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-zoom", xx, &cnt, NULL)); in MyMonitor()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 29 …PetscOptionsGetRealArray(PetscOptions,const char[],const char[],PetscReal[],PetscInt *,PetscBool *…
|
| /petsc/include/ |
| H A D | petscoptions.h | 43 PETSC_EXTERN PetscErrorCode PetscOptionsGetRealArray(PetscOptions, const char[], const char[], Pets…
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 169 PetscCall(PetscOptionsGetRealArray(NULL, bag->bagprefix, nname, (PetscReal *)addr, &tmp, NULL)); in PetscBagRegisterRealArray()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 229 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-draw_coordinates", coors, &ncoors, NULL)); in VecView_MPI_Draw_DA2d()
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 704 …PetscCall(PetscOptionsGetRealArray(((PetscObject)draw)->options, ((PetscObject)draw)->prefix, "-dr… in PetscDrawCreate_X()
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 1969 PetscCall(PetscOptionsGetRealArray(options, prefix, key, xreal, &N, &iset)); in PetscOptionsGetVec()
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 1032 PetscCall(PetscOptionsGetRealArray(PetscOptionsObject->options, prefix, opt, value, n, set)); in PetscOptionsRealArray_Private()
|
| H A D | options.c | 3129 PetscErrorCode PetscOptionsGetRealArray(PetscOptions options, const char pre[], const char name[], … in PetscOptionsGetRealArray() function
|
| /petsc/doc/manual/ |
| H A D | other.md | 194 PetscOptionsGetRealArray(PetscOptions options, char *pre, char *name, PetscReal *value, PetscInt *n…
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 307 …PetscCall(PetscOptionsGetRealArray(((PetscObject)dm)->options, prefix, "-dm_p4est_brick_bounds", B… in DMFTopologyCreate_pforest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 476 PetscCall(PetscOptionsGetRealArray(NULL, prefix, "-vec_view_bounds", vbound, &nmax, &flg)); in VecView_Plex_Local_Draw_2D()
|