Home
last modified time | relevance | path

Searched refs:PetscOptionsObject (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Daoptions.c47 if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1) { in PetscOptionsBegin_Private()
102 if (!PetscOptionsObject->next) PetscOptionsObject->next = *amsopt; in PetscOptionItemCreate_Private()
636 PetscOptionsObject->next = PetscOptionsObject->next->next; in PetscOptionsEnd_Private()
769 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsEnumArray_Private()
932 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsInt_Private()
994 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsString_Private()
1057 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsReal_Private()
1164 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsName_Private()
1233 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsFList_Private()
1298 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread… in PetscOptionsEList_Private()
[all …]
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscoptions.h163 PetscOptionItems *PetscOptionsObject = &PetscOptionsObjectBase; \
164 PetscMemzero(PetscOptionsObject,sizeof(PetscOptionItems)); \
165 …for (PetscOptionsObject->count=(PetscOptionsPublish?-1:1); PetscOptionsObject->count<2; PetscOptio…
198 PetscOptionItems *PetscOptionsObject = &PetscOptionsObjectBase; \
199 PetscOptionsObject->options = ((PetscObject)obj)->options; \
200 …for (PetscOptionsObject->count=(PetscOptionsPublish?-1:1); PetscOptionsObject->count<2; PetscOptio…
266 #define PetscOptionsEnum(a,b,c,d,e,f,g) PetscOptionsEnum_Private(PetscOptionsObject,a,b,c,d,e,f,g)
270 #define PetscOptionsReal(a,b,c,d,e,f) PetscOptionsReal_Private(PetscOptionsObject,a,b,c,d,e,f)
272 #define PetscOptionsName(a,b,c,d) PetscOptionsName_Private(PetscOptionsObject,a,b,c,d)
274 #define PetscOptionsBool(a,b,c,d,e,f) PetscOptionsBool_Private(PetscOptionsObject,a,b,c,d,e,f)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/tao/linesearch/impls/unit/
H A Dunit.c12 static PetscErrorCode TaoLineSearchSetFromOptions_Unit(PetscOptionItems *PetscOptionsObject,TaoLine… in TaoLineSearchSetFromOptions_Unit() argument
16 ierr = PetscOptionsHead(PetscOptionsObject,"No Unit line search options");CHKERRQ(ierr); in TaoLineSearchSetFromOptions_Unit()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/impls/matlab/
H A Dcmatlab.c53 PetscErrorCode PFSetFromOptions_Matlab(PetscOptionItems *PetscOptionsObject,PF pf) in PFSetFromOptions_Matlab() argument
61 ierr = PetscOptionsHead(PetscOptionsObject,"Matlab function options");CHKERRQ(ierr); in PFSetFromOptions_Matlab()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/random/interface/
H A Drandomc.c120 static PetscErrorCode PetscRandomSetTypeFromOptions_Private(PetscOptionItems *PetscOptionsObject,Pe… in PetscRandomSetTypeFromOptions_Private() argument
177 ierr = PetscRandomSetTypeFromOptions_Private(PetscOptionsObject,rnd);CHKERRQ(ierr); in PetscRandomSetFromOptions()
181 ierr = (*rnd->ops->setfromoptions)(PetscOptionsObject,rnd);CHKERRQ(ierr); in PetscRandomSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/mffd/
H A Dwp.c124 static PetscErrorCode MatMFFDSetFromOptions_WP(PetscOptionItems *PetscOptionsObject,MatMFFD ctx) in MatMFFDSetFromOptions_WP() argument
130 ierr = PetscOptionsHead(PetscOptionsObject,"Walker-Pernice options");CHKERRQ(ierr); in MatMFFDSetFromOptions_WP()
H A Dmffddef.c141 static PetscErrorCode MatMFFDSetFromOptions_DS(PetscOptionItems *PetscOptionsObject,MatMFFD ctx) in MatMFFDSetFromOptions_DS() argument
147 …ierr = PetscOptionsHead(PetscOptionsObject,"Finite difference matrix free parameters");CHKERRQ(ier… in MatMFFDSetFromOptions_DS()
/dports/science/PETSc/petsc-3.14.1/src/tao/complementarity/impls/ssls/
H A Dssls.c4 PetscErrorCode TaoSetFromOptions_SSLS(PetscOptionItems *PetscOptionsObject,Tao tao) in TaoSetFromOptions_SSLS() argument
10 …ierr = PetscOptionsHead(PetscOptionsObject,"Semismooth method with a linesearch for complementarit… in TaoSetFromOptions_SSLS()
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/shell/
H A Dsnesshell.c61 PetscErrorCode SNESSetFromOptions_Shell(PetscOptionItems *PetscOptionsObject,SNES snes) in SNESSetFromOptions_Shell() argument
66 ierr = PetscOptionsHead(PetscOptionsObject,"SNES Shell options");CHKERRQ(ierr); in SNESSetFromOptions_Shell()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/adios2/
H A Dadios2.c5 static PetscErrorCode PetscViewerSetFromOptions_ADIOS2(PetscOptionItems *PetscOptionsObject,PetscVi… in PetscViewerSetFromOptions_ADIOS2() argument
10 ierr = PetscOptionsHead(PetscOptionsObject,"ADIOS2 PetscViewer Options");CHKERRQ(ierr); in PetscViewerSetFromOptions_ADIOS2()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/factor/icc/
H A Dicc.c127 static PetscErrorCode PCSetFromOptions_ICC(PetscOptionItems *PetscOptionsObject,PC pc) in PCSetFromOptions_ICC() argument
135 ierr = PetscOptionsHead(PetscOptionsObject,"ICC Options");CHKERRQ(ierr); in PCSetFromOptions_ICC()
136 ierr = PCSetFromOptions_Factor(PetscOptionsObject,pc);CHKERRQ(ierr); in PCSetFromOptions_ICC()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/rowscalingviennacl/
H A Drowscalingviennacl.cxx153 static PetscErrorCode PCSetFromOptions_ROWSCALINGVIENNACL(PetscOptionItems *PetscOptionsObject,PC p… in PCSetFromOptions_ROWSCALINGVIENNACL() argument
158 ierr = PetscOptionsHead(PetscOptionsObject,"ROWSCALINGVIENNACL options");CHKERRQ(ierr); in PCSetFromOptions_ROWSCALINGVIENNACL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/interface/
H A Dpcset.c165 ierr = (*pc->ops->setfromoptions)(PetscOptionsObject,pc);CHKERRQ(ierr); in PCSetFromOptions()
170 ierr = PetscObjectProcessOptionsHandlers(PetscOptionsObject,(PetscObject)pc);CHKERRQ(ierr); in PCSetFromOptions()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/chowiluviennacl/
H A Dchowiluviennacl.cxx153 static PetscErrorCode PCSetFromOptions_CHOWILUVIENNACL(PetscOptionItems *PetscOptionsObject,PC pc) in PCSetFromOptions_CHOWILUVIENNACL() argument
158 ierr = PetscOptionsHead(PetscOptionsObject,"CHOWILUVIENNACL options");CHKERRQ(ierr); in PCSetFromOptions_CHOWILUVIENNACL()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/impls/string/
H A Dcstring.c96 static PetscErrorCode PFSetFromOptions_String(PetscOptionItems *PetscOptionsObject,PF pf) in PFSetFromOptions_String() argument
104 ierr = PetscOptionsHead(PetscOptionsObject,"String function options");CHKERRQ(ierr); in PFSetFromOptions_String()
/dports/science/PETSc/petsc-3.14.1/src/vec/pf/impls/constant/
H A Dconst.c48 static PetscErrorCode PFSetFromOptions_Constant(PetscOptionItems *PetscOptionsObject,PF pf) in PFSetFromOptions_Constant() argument
54 ierr = PetscOptionsHead(PetscOptionsObject,"Constant function options");CHKERRQ(ierr); in PFSetFromOptions_Constant()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/saviennacl/
H A Dsaviennacl.cxx152 static PetscErrorCode PCSetFromOptions_SAVIENNACL(PetscOptionItems *PetscOptionsObject,PC pc) in PCSetFromOptions_SAVIENNACL() argument
157 ierr = PetscOptionsHead(PetscOptionsObject,"SAVIENNACL options");CHKERRQ(ierr); in PCSetFromOptions_SAVIENNACL()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/bcgs/
H A Dbcgsimpl.h15 PETSC_INTERN PetscErrorCode KSPSetFromOptions_BCGS(PetscOptionItems *PetscOptionsObject,KSP);
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/patch/
H A Dpatchcreate.c4 PetscErrorCode DMSetFromOptions_Patch(PetscOptionItems *PetscOptionsObject,DM dm) in DMSetFromOptions_Patch() argument
11 ierr = PetscOptionsHead(PetscOptionsObject,"DMPatch Options");CHKERRQ(ierr); in DMSetFromOptions_Patch()
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/impls/bqnls/
H A Dbqnls.c47 static PetscErrorCode TaoSetFromOptions_BQNLS(PetscOptionItems *PetscOptionsObject,Tao tao) in TaoSetFromOptions_BQNLS() argument
56 …ierr = PetscOptionsHead(PetscOptionsObject,"Quasi-Newton-Krylov method for bound constrained optim… in TaoSetFromOptions_BQNLS()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/cg/
H A Dcgimpl.h22 PETSC_INTERN PetscErrorCode KSPSetFromOptions_CG(PetscOptionItems *PetscOptionsObject,KSP);
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/kaczmarz/
H A Dkaczmarz.c81 PetscErrorCode PCSetFromOptions_Kaczmarz(PetscOptionItems *PetscOptionsObject,PC pc) in PCSetFromOptions_Kaczmarz() argument
87 ierr = PetscOptionsHead(PetscOptionsObject,"Kaczmarz options");CHKERRQ(ierr); in PCSetFromOptions_Kaczmarz()
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/tagger/impls/
H A Dsimple.c16 PetscErrorCode VecTaggerSetFromOptions_Simple(PetscOptionItems *PetscOptionsObject,VecTagger tagger) in VecTaggerSetFromOptions_Simple() argument
33 ierr = PetscOptionsHead(PetscOptionsObject,headstring);CHKERRQ(ierr); in VecTaggerSetFromOptions_Simple()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/adios/
H A Dadios.c7 static PetscErrorCode PetscViewerSetFromOptions_ADIOS(PetscOptionItems *PetscOptionsObject,PetscVie… in PetscViewerSetFromOptions_ADIOS() argument
12 ierr = PetscOptionsHead(PetscOptionsObject,"ADIOS PetscViewer Options");CHKERRQ(ierr); in PetscViewerSetFromOptions_ADIOS()
/dports/science/PETSc/petsc-3.14.1/src/tao/bound/impls/bnk/
H A Dbntr.c203 static PetscErrorCode TaoSetFromOptions_BNTR(PetscOptionItems *PetscOptionsObject,Tao tao) in TaoSetFromOptions_BNTR() argument
209 ierr = TaoSetFromOptions_BNK(PetscOptionsObject, tao);CHKERRQ(ierr); in TaoSetFromOptions_BNTR()

12345678910