Home
last modified time | relevance | path

Searched refs:PetscOptionsGetRealArray (Results 1 – 23 of 23) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex12.c31 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-limits", limits, &nlimits, &setlimits)); in main()
/petsc/src/ts/tutorials/
H A Dex27.c106 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 Dextchem.c295 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-initial_mole", molefracs, &mmax, &flg)); in FormInitialSolution()
/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c34 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 Dpetscopt.pxi29 …PetscErrorCode PetscOptionsGetRealArray(PetscOptions, char[], char[], PetscReal[], PetscInt*, Pets…
132 CHKERR(PetscOptionsGetRealArray(opt, pre, name, ivalue, &nmax, &flag))
H A DOptions.pyx341 getReal, petsc.PetscOptionsGetRealArray
/petsc/src/ksp/ksp/tutorials/
H A Dex21.c64 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-l", fctx.l, (i = sdim, &i), NULL)); in main()
H A Dex54f.F9066 …PetscCallA(PetscOptionsGetRealArray(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-blob_center', blb,…
H A Dex49.c888 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 Dex13.c48 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-interptimes", times, &Nt, NULL)); in main()
/petsc/src/ts/tutorials/phasefield/
H A Dheat.c314 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-zoom", xx, &cnt, NULL)); in MyMonitor()
H A Dbiharmonic.c499 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-zoom", xx, &cnt, NULL)); in MyMonitor()
/petsc/doc/changes/
H A D37.md29PetscOptionsGetRealArray(PetscOptions,const char[],const char[],PetscReal[],PetscInt *,PetscBool *…
/petsc/include/
H A Dpetscoptions.h43 PETSC_EXTERN PetscErrorCode PetscOptionsGetRealArray(PetscOptions, const char[], const char[], Pets…
/petsc/src/sys/classes/bag/
H A Dbag.c169 PetscCall(PetscOptionsGetRealArray(NULL, bag->bagprefix, nname, (PetscReal *)addr, &tmp, NULL)); in PetscBagRegisterRealArray()
/petsc/src/dm/impls/da/
H A Dgr2.c229 PetscCall(PetscOptionsGetRealArray(NULL, NULL, "-draw_coordinates", coors, &ncoors, NULL)); in VecView_MPI_Draw_DA2d()
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c704 …PetscCall(PetscOptionsGetRealArray(((PetscObject)draw)->options, ((PetscObject)draw)->prefix, "-dr… in PetscDrawCreate_X()
/petsc/src/vec/vec/interface/
H A Dvector.c1969 PetscCall(PetscOptionsGetRealArray(options, prefix, key, xreal, &N, &iset)); in PetscOptionsGetVec()
/petsc/src/sys/objects/
H A Daoptions.c1032 PetscCall(PetscOptionsGetRealArray(PetscOptionsObject->options, prefix, opt, value, n, set)); in PetscOptionsRealArray_Private()
H A Doptions.c3129 PetscErrorCode PetscOptionsGetRealArray(PetscOptions options, const char pre[], const char name[], … in PetscOptionsGetRealArray() function
/petsc/doc/manual/
H A Dother.md194 PetscOptionsGetRealArray(PetscOptions options, char *pre, char *name, PetscReal *value, PetscInt *n…
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h307 …PetscCall(PetscOptionsGetRealArray(((PetscObject)dm)->options, prefix, "-dm_p4est_brick_bounds", B… in DMFTopologyCreate_pforest()
/petsc/src/dm/impls/plex/
H A Dplex.c476 PetscCall(PetscOptionsGetRealArray(NULL, prefix, "-vec_view_bounds", vbound, &nmax, &flg)); in VecView_Plex_Local_Draw_2D()