Home
last modified time | relevance | path

Searched refs:init_type (Results 1 – 13 of 13) sorted by relevance

/petsc/src/tao/bound/impls/bnk/ !
H A Dbnls.c100 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNLS()
193 bnk->init_type = BNK_INIT_DIRECTION; in TaoCreate_BNLS()
H A Dbnk.h193 PetscInt init_type; /* Trust-region initialization method */ member
H A Dbntr.c101 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNTR()
H A Dbntl.c119 PetscCall(TaoBNKInitialize(tao, bnk->init_type, &needH)); in TaoSolve_BNTL()
H A Dbnk.c1073 …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 Dntrimpl.h89 PetscInt init_type; /* Trust-region initialization method */ member
H A Dntr.c103 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 Dbqnk.c117 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 Dntlimpl.h119 PetscInt init_type; /* Trust-region initialization method */ member
H A Dntl.c97 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 Dnlsimpl.h162 PetscInt init_type; /* Trust-region initialization method */ member
H A Dnls.c124 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 Dtao.md1296 > | ``init_type`` | constant, | interpolation | Radius |