Lines Matching refs:PetscReal
32 PetscReal nu1; /* used to compute trust-region radius */
33 PetscReal nu2; /* used to compute trust-region radius */
34 PetscReal nu3; /* used to compute trust-region radius */
35 PetscReal nu4; /* used to compute trust-region radius */
37 PetscReal omega1; /* factor used for trust-region update */
38 PetscReal omega2; /* factor used for trust-region update */
39 PetscReal omega3; /* factor used for trust-region update */
40 PetscReal omega4; /* factor used for trust-region update */
41 PetscReal omega5; /* factor used for trust-region update */
59 PetscReal eta1; /* used to compute trust-region radius */
60 PetscReal eta2; /* used to compute trust-region radius */
61 PetscReal eta3; /* used to compute trust-region radius */
62 PetscReal eta4; /* used to compute trust-region radius */
64 PetscReal alpha1; /* factor used for trust-region update */
65 PetscReal alpha2; /* factor used for trust-region update */
66 PetscReal alpha3; /* factor used for trust-region update */
67 PetscReal alpha4; /* factor used for trust-region update */
68 PetscReal alpha5; /* factor used for trust-region update */
88 PetscReal mu1; /* used for model agreement in interpolation */
89 PetscReal mu2; /* used for model agreement in interpolation */
91 PetscReal gamma1; /* factor used for interpolation */
92 PetscReal gamma2; /* factor used for interpolation */
93 PetscReal gamma3; /* factor used for interpolation */
94 PetscReal gamma4; /* factor used for interpolation */
96 PetscReal theta; /* factor used for interpolation */
99 PetscReal mu1_i; /* used for model agreement in interpolation */
100 PetscReal mu2_i; /* used for model agreement in interpolation */
102 PetscReal gamma1_i; /* factor used for interpolation */
103 PetscReal gamma2_i; /* factor used for interpolation */
104 PetscReal gamma3_i; /* factor used for interpolation */
105 PetscReal gamma4_i; /* factor used for interpolation */
107 PetscReal theta_i; /* factor used for interpolation */
110 PetscReal min_radius; /* lower bound on initial radius value */
111 PetscReal max_radius; /* upper bound on trust region radius */
112 PetscReal epsilon; /* tolerance used when computing ared/pred */