Home
last modified time | relevance | path

Searched defs:PetscOptionsObject (Results 1 – 25 of 234) sorted by relevance

12345678910

/petsc/src/sys/objects/
H A Daoptions.c35 PetscErrorCode PetscOptionsBegin_Private(PetscOptionItems PetscOptionsObject, MPI_Comm comm, const … in PetscOptionsBegin_Private()
60 PetscErrorCode PetscObjectOptionsBegin_Private(PetscObject obj, PetscOptionItems PetscOptionsObject) in PetscObjectOptionsBegin_Private()
81 static PetscErrorCode PetscOptionItemCreate_Private(PetscOptionItems PetscOptionsObject, const char… in PetscOptionItemCreate_Private()
156 static PetscErrorCode PetscOptionsSAWsInput(PetscOptionItems PetscOptionsObject) in PetscOptionsSAWsInput()
324 static PetscErrorCode PetscOptionsGetFromTextInput(PetscOptionItems PetscOptionsObject) in PetscOptionsGetFromTextInput()
503 PetscErrorCode PetscOptionsEnd_Private(PetscOptionItems PetscOptionsObject) in PetscOptionsEnd_Private()
641 PetscErrorCode PetscOptionsEnum_Private(PetscOptionItems PetscOptionsObject, const char opt[], cons… in PetscOptionsEnum_Private()
660 PetscErrorCode PetscOptionsEnumArray_Private(PetscOptionItems PetscOptionsObject, const char opt[],… in PetscOptionsEnumArray_Private()
688 PetscErrorCode PetscOptionsInt_Private(PetscOptionItems PetscOptionsObject, const char opt[], const… in PetscOptionsInt_Private()
720 PetscErrorCode PetscOptionsMPIInt_Private(PetscOptionItems PetscOptionsObject, const char opt[], co… in PetscOptionsMPIInt_Private()
[all …]
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp132 …Code DeviceBase<D>::PetscOptionDevice(F &&OptionsFunction, PetscOptionItems PetscOptionsObject, co… in PetscOptionDevice()
152 … PetscErrorCode DeviceBase<D>::PetscOptionDeviceInitialize(PetscOptionItems PetscOptionsObject, T … in PetscOptionDeviceInitialize()
160 … PetscErrorCode DeviceBase<D>::PetscOptionDeviceInitialize(PetscOptionItems PetscOptionsObject, Pe… in PetscOptionDeviceInitialize()
172 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceSelect(PetscOptionItems PetscOptionsObject, T… in PetscOptionDeviceSelect()
180 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceSelect(PetscOptionItems PetscOptionsObject, P… in PetscOptionDeviceSelect()
189 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceView(PetscOptionItems PetscOptionsObject, T &… in PetscOptionDeviceView()
197 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceView(PetscOptionItems PetscOptionsObject, Pet… in PetscOptionDeviceView()
205 inline PetscErrorCode DeviceBase<D>::PetscOptionDeviceBasic(PetscOptionItems PetscOptionsObject, st… in PetscOptionDeviceBasic()
/petsc/src/snes/impls/richardson/
H A Dsnesrichardson.c18 static PetscErrorCode SNESSetFromOptions_NRichardson(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NRichardson()
/petsc/src/dm/impls/patch/
H A Dpatchcreate.c4 static PetscErrorCode DMSetFromOptions_Patch(DM dm, PetscOptionItems PetscOptionsObject) in DMSetFromOptions_Patch()
/petsc/src/tao/complementarity/impls/ssls/
H A Dssls.c3 PetscErrorCode TaoSetFromOptions_SSLS(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_SSLS()
/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c39 static PetscErrorCode TaoSetFromOptions_BQNLS(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_BQNLS()
/petsc/src/tao/bound/impls/bnk/
H A Dbntr.c211 static PetscErrorCode TaoSetFromOptions_BNTR(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_BNTR()
H A Dbntl.c243 static PetscErrorCode TaoSetFromOptions_BNTL(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_BNTL()
/petsc/src/vec/pf/impls/string/
H A Dcstring.c25 static PetscErrorCode PFSetFromOptions_String(PF pf, PetscOptionItems PetscOptionsObject) in PFSetFromOptions_String()
/petsc/src/sys/classes/viewer/impls/adios/
H A Dadios.c7 … PetscErrorCode PetscViewerSetFromOptions_ADIOS(PetscViewer v, PetscOptionItems PetscOptionsObject) in PetscViewerSetFromOptions_ADIOS()
/petsc/src/ksp/ksp/impls/cg/nash/
H A Dnash.c558 static PetscErrorCode KSPCGSetFromOptions_NASH(KSP ksp, PetscOptionItems PetscOptionsObject) in KSPCGSetFromOptions_NASH()
/petsc/src/ksp/ksp/impls/cg/stcg/
H A Dstcg.c580 static PetscErrorCode KSPCGSetFromOptions_STCG(KSP ksp, PetscOptionItems PetscOptionsObject) in KSPCGSetFromOptions_STCG()
/petsc/src/ksp/pc/impls/chowiluviennacl/
H A Dchowiluviennacl.cxx141 static PetscErrorCode PCSetFromOptions_CHOWILUVIENNACL(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_CHOWILUVIENNACL()
/petsc/src/ksp/pc/impls/rowscalingviennacl/
H A Drowscalingviennacl.cxx141 …atic PetscErrorCode PCSetFromOptions_ROWSCALINGVIENNACL(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_ROWSCALINGVIENNACL()
/petsc/src/ksp/pc/impls/saviennacl/
H A Dsaviennacl.cxx140 static PetscErrorCode PCSetFromOptions_SAVIENNACL(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_SAVIENNACL()
/petsc/src/vec/pf/impls/matlab/
H A Dcmatlab.c47 static PetscErrorCode PFSetFromOptions_Matlab(PF pf, PetscOptionItems PetscOptionsObject) in PFSetFromOptions_Matlab()
/petsc/src/snes/impls/ngmres/
H A Danderson.c3 static PetscErrorCode SNESSetFromOptions_Anderson(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_Anderson()
/petsc/src/tao/shell/
H A Dtaoshell.c122 static PetscErrorCode TaoSetFromOptions_Shell(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_Shell()
/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.c14 PetscErrorCode VecTaggerSetFromOptions_Simple(VecTagger tagger, PetscOptionItems PetscOptionsObject) in VecTaggerSetFromOptions_Simple()
/petsc/src/mat/impls/mffd/
H A Dwp.c110 static PetscErrorCode MatMFFDSetFromOptions_WP(MatMFFD ctx, PetscOptionItems PetscOptionsObject) in MatMFFDSetFromOptions_WP()
H A Dmffddef.c103 static PetscErrorCode MatMFFDSetFromOptions_DS(MatMFFD ctx, PetscOptionItems PetscOptionsObject) in MatMFFDSetFromOptions_DS()
/petsc/src/tao/linesearch/impls/armijo/
H A Darmijo.c33 …ErrorCode TaoLineSearchSetFromOptions_Armijo(TaoLineSearch ls, PetscOptionItems PetscOptionsObject) in TaoLineSearchSetFromOptions_Armijo()
/petsc/src/tao/unconstrained/impls/lmvm/
H A Dlmvm.c184 static PetscErrorCode TaoSetFromOptions_LMVM(Tao tao, PetscOptionItems PetscOptionsObject) in TaoSetFromOptions_LMVM()
/petsc/src/ksp/ksp/impls/bcgs/
H A Dbcgs.c3 PetscErrorCode KSPSetFromOptions_BCGS(KSP ksp, PetscOptionItems PetscOptionsObject) in KSPSetFromOptions_BCGS()
/petsc/src/ksp/pc/impls/kaczmarz/
H A Dkaczmarz.c70 static PetscErrorCode PCSetFromOptions_Kaczmarz(PC pc, PetscOptionItems PetscOptionsObject) in PCSetFromOptions_Kaczmarz()

12345678910