Searched refs:mu_oc (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/unconstrained/impls/neldermead/ |
| H A D | neldermead.c | 85 PetscCall(PetscOptionsReal("-tao_nm_mu", "mu", "", nm->mu_oc, &nm->mu_oc, NULL)); in TaoSetFromOptions_NM() 86 nm->mu_ic = -nm->mu_oc; in TaoSetFromOptions_NM() 87 nm->mu_r = nm->mu_oc * 2.0; in TaoSetFromOptions_NM() 88 nm->mu_e = nm->mu_oc * 4.0; in TaoSetFromOptions_NM() 188 … PetscCall(VecAXPBYPCZ(Xmuc, 1 + nm->mu_oc, -nm->mu_oc, 0, Xbar, nm->simplex[nm->indices[nm->N]])); in TaoSolve_NM() 256 nm->mu_oc = 0.5; in TaoCreate_NM()
|
| H A D | neldermead.h | 6 PetscReal mu_oc; member
|