Searched refs:mu1 (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex20td.c | 74 Vec mu1; /* time dependent params */ member 104 const PetscScalar *mu1; in RHSFunction() local 110 PetscCall(VecGetArrayRead(user->mu1, &mu1)); in RHSFunction() 113 f[0] = mu1[curr_step] * u[1]; in RHSFunction() 116 PetscCall(VecRestoreArrayRead(user->mu1, &mu1)); in RHSFunction() 129 const PetscScalar *mu1; in RHSJacobian() local 134 PetscCall(VecGetArrayRead(user->mu1, &mu1)); in RHSJacobian() 139 J[0][1] = mu1[curr_step]; in RHSJacobian() 145 PetscCall(VecRestoreArrayRead(user->mu1, &mu1)); in RHSJacobian() 275 PetscCall(VecCreateSeq(PETSC_COMM_WORLD, user.max_steps, &user.mu1)); in main() [all …]
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex20td_track.out | 10 sensitivity wrt mu1: d[cost]/d[mu1]
|
| H A D | ex20td_global.out | 11 the interlaced vector made by combining mu1,mu2
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntrimpl.h | 63 PetscReal mu1; /* used for model agreement in radius update */ member
|
| H A D | ntr.c | 365 if (kappa >= 1.0 - tr->mu1) { in TaoSolve_NTR() 475 PetscCall(PetscOptionsReal("-tao_ntr_mu1", "", "", tr->mu1, &tr->mu1, NULL)); in TaoSetFromOptions_NTR() 567 tr->mu1 = 0.10; in TaoCreate_NTR()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntlimpl.h | 88 PetscReal mu1; /* used for model agreement in interpolation */ member
|
| H A D | ntl.c | 373 if (kappa >= 1.0 - tl->mu1) { in TaoSolve_NTL() 667 PetscCall(PetscOptionsReal("-tao_ntl_mu1", "", "", tl->mu1, &tl->mu1, NULL)); in TaoSetFromOptions_NTL() 785 tl->mu1 = 0.10; in TaoCreate_NTL()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nlsimpl.h | 132 PetscReal mu1; /* used for model agreement in interpolation */ member
|
| H A D | nls.c | 636 if (kappa >= 1.0 - nlsP->mu1) { in TaoSolve_NLS() 772 PetscCall(PetscOptionsReal("-tao_nls_mu1", "", "", nlsP->mu1, &nlsP->mu1, NULL)); in TaoSetFromOptions_NLS() 925 nlsP->mu1 = 0.10; in TaoCreate_NLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.h | 159 PetscReal mu1; /* used for model agreement in interpolation */ member
|
| H A D | bnk.c | 904 if (kappa >= 1.0 - bnk->mu1) { in TaoBNKUpdateTrustRadius() 1111 …or accepting very good step (-tao_bnk_update_type interpolation)", "", bnk->mu1, &bnk->mu1, NULL)); in TaoSetFromOptions_BNK() 1292 bnk->mu1 = 0.10; in TaoCreate_BNK()
|
| /petsc/doc/manual/ |
| H A D | tao.md | 1065 > | ``mu1`` | real | 0.10 | :math:`\mu_1` | 1410 > | ``mu1`` | real | 0.10 | :math:`\mu_1` |
|