Searched refs:init_type (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnls.c | 100 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNLS() 193 bnk->init_type = BNK_INIT_DIRECTION; in TaoCreate_BNLS()
|
| H A D | bnk.h | 193 PetscInt init_type; /* Trust-region initialization method */ member
|
| H A D | bntr.c | 101 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNTR()
|
| H A D | bntl.c | 119 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNTL()
|
| H A D | bnk.c | 1073 …tialization type", "", BNK_INIT, BNK_INIT_TYPES, BNK_INIT[bnk->init_type], &bnk->init_type, NULL)); in TaoSetFromOptions_BNK() 1325 bnk->init_type = BNK_INIT_INTERPOLATION; in TaoCreate_BNK()
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntrimpl.h | 89 PetscInt init_type; /* Trust-region initialization method */ member
|
| H A D | ntr.c | 103 switch (tr->init_type) { in TaoSolve_NTR() 464 …nitialization type", "", NTR_INIT, NTR_INIT_TYPES, NTR_INIT[tr->init_type], &tr->init_type, NULL)); in TaoSetFromOptions_NTR() 592 tr->init_type = NTR_INIT_INTERPOLATION; in TaoCreate_NTR()
|
| /petsc/src/tao/bound/impls/bqnk/ |
| H A D | bqnk.c | 117 if (bnk->init_type == BNK_INIT_INTERPOLATION) bnk->init_type = BNK_INIT_DIRECTION; in TaoSetFromOptions_BQNK() 173 bnk->init_type = BNK_INIT_DIRECTION; in TaoCreate_BQNK()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntlimpl.h | 119 PetscInt init_type; /* Trust-region initialization method */ member
|
| H A D | ntl.c | 97 switch (tl->init_type) { in TaoSolve_NTL() 640 …nitialization type", "", NTL_INIT, NTL_INIT_TYPES, NTL_INIT[tl->init_type], &tl->init_type, NULL)); in TaoSetFromOptions_NTL() 811 tl->init_type = NTL_INIT_INTERPOLATION; in TaoCreate_NTL()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nlsimpl.h | 162 PetscInt init_type; /* Trust-region initialization method */ member
|
| H A D | nls.c | 124 switch (nlsP->init_type) { in TaoSolve_NLS() 735 …alization type", "", NLS_INIT, NLS_INIT_TYPES, NLS_INIT[nlsP->init_type], &nlsP->init_type, NULL)); in TaoSetFromOptions_NLS() 951 nlsP->init_type = NLS_INIT_INTERPOLATION; in TaoCreate_NLS()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 1296 > | ``init_type`` | constant, | interpolation | Radius |
|