Home
last modified time | relevance | path

Searched refs:currentvalue (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscoptions.h444 …, text, man, list, currentvalue, value, set) PetscOptionsEnum_Private(PetscOptionsObject,… argument
489 …nt(opt, text, man, currentvalue, value, set) PetscOptionsInt_Private(PetscOptionsO… argument
534 …nt(opt, text, man, currentvalue, value, set) PetscOptionsMPIInt_Private(PetscOptionsO… argument
583 …dedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_Private(PetscOptionsObje… argument
633 …geInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_Private(PetscOptionsObj… argument
678 …al(opt, text, man, currentvalue, value, set) PetscOptionsReal_Private(PetscOptionsO… argument
727 …edReal(opt, text, man, currentvalue, value, set, lb) PetscOptionsReal_Private(PetscOptionsObje… argument
777 …eReal(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsReal_Private(PetscOptionsObj… argument
822 …ar(opt, text, man, currentvalue, value, set) PetscOptionsScalar_Private(PetscOptionsO… argument
897 …ng(opt, text, man, currentvalue, value, len, set) PetscOptionsString_Private(PetscOptionsO… argument
[all …]
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c89 PETSC_EXTERN void petscoptionsbool_(char *opt, char *text, char *man, PetscBool *currentvalue, Pets… in petscoptionsbool_() argument
101 … = PetscOptionsBool_Private(PetscOptionsObject, copt, ctext, cman, *currentvalue, value, set); in petscoptionsbool_()
108 PETSC_EXTERN void petscoptionsbool3_(char *opt, char *text, char *man, PetscBool3 *currentvalue, Pe… in petscoptionsbool3_() argument
120 … = PetscOptionsBool3_Private(PetscOptionsObject, copt, ctext, cman, *currentvalue, value, set); in petscoptionsbool3_()
148 …char *opt, char *text, char *man, const char *const *list, PetscEnum *currentvalue, PetscEnum *iva… in petscoptionsenumprivate_() argument
161 …etscOptionsEnum_Private(PetscOptionsObject, copt, ctext, cman, list, *currentvalue, ivalue, &flag); in petscoptionsenumprivate_()
169 PETSC_EXTERN void petscoptionsint_(char *opt, char *text, char *man, PetscInt *currentvalue, PetscI… in petscoptionsint_() argument
181 … = PetscOptionsInt_Private(PetscOptionsObject, copt, ctext, cman, *currentvalue, value, set, PE… in petscoptionsint_()
188 PETSC_EXTERN void petscoptionsintarray_(char *opt, char *text, char *man, PetscInt *currentvalue, P… in petscoptionsintarray_() argument
200 … = PetscOptionsIntArray_Private(PetscOptionsObject, copt, ctext, cman, currentvalue, n, set); in petscoptionsintarray_()
[all …]
/petsc/src/sys/objects/
H A Daoptions.c641 …nst char text[], const char man[], const char *const *list, PetscEnum currentvalue, PetscEnum *val… in PetscOptionsEnum_Private() argument
653 …st_Private(PetscOptionsObject, opt, text, man, list, ntext, list[(int)currentvalue], &tval, &tflg)… in PetscOptionsEnum_Private()
688 …ject, const char opt[], const char text[], const char man[], PetscInt currentvalue, PetscInt *valu… in PetscOptionsInt_Private() argument
698 …k(currentvalue >= lb, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Current value %" PetscInt_FMT " … in PetscOptionsInt_Private()
699currentvalue <= ub, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Current value %" PetscInt_FMT " gr… in PetscOptionsInt_Private()
705 *(PetscInt *)amsopt->data = currentvalue; in PetscOptionsInt_Private()
707 PetscCall(PetscOptionsGetInt(options, prefix, opt, &currentvalue, &wasset)); in PetscOptionsInt_Private()
708 if (wasset) *(PetscInt *)amsopt->data = currentvalue; in PetscOptionsInt_Private()
715 …FMT ">: %s (%s)\n", Prefix(prefix), opt + 1, wasset ? *value : currentvalue, currentvalue, text, M… in PetscOptionsInt_Private()
720 …t, const char opt[], const char text[], const char man[], PetscMPIInt currentvalue, PetscMPIInt *v… in PetscOptionsMPIInt_Private() argument
[all …]
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c96 … const char opt[], const char text[], const char man[], PetscMUMPSInt currentvalue, PetscMUMPSInt … in PetscOptionsMUMPSInt_Private() argument
103 …PetscCall(PetscOptionsInt_Private(PetscOptionsObject, opt, text, man, (PetscInt)currentvalue, &myv… in PetscOptionsMUMPSInt_Private()