Home
last modified time | relevance | path

Searched refs:PetscOptionsInt_Private (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscoptions.h489 …onsInt(opt, text, man, currentvalue, value, set) PetscOptionsInt_Private(PetscOpti…
583 …onsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_Private(PetscOpti…
633 …onsRangeInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_Private(PetscOpti…
1488 PETSC_EXTERN PetscErrorCode PetscOptionsInt_Private(PetscOptionItems, const char[], const char[], c…
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp175 …PetscCall(PetscOptionDevice(PetscOptionsInt_Private, PetscOptionsObject, "-device_select_", std::f… in PetscOptionDeviceSelect()
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c181 …*ierr = PetscOptionsInt_Private(PetscOptionsObject, copt, ctext, cman, *curren… in petscoptionsint_()
/petsc/src/sys/objects/
H A Daoptions.c688 PetscErrorCode PetscOptionsInt_Private(PetscOptionItems PetscOptionsObject, const char opt[], const… in PetscOptionsInt_Private() function
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c103 …PetscCall(PetscOptionsInt_Private(PetscOptionsObject, opt, text, man, (PetscInt)currentvalue, &myv… in PetscOptionsMUMPSInt_Private()