Lines Matching refs:xref
164 const PetscReal xref = 2. * x[0] - 1.; in sensor_u() local
166 const PetscReal xy = xref * yref; in sensor_u()
177 const PetscReal xref = 2. * x[0] - 1.; in sensor_q() local
179 const PetscReal xy = xref * yref; in sensor_q()
182 u[1] = 50. * xref * PetscCosReal(50. * xy) * 2.0; in sensor_q()
205 const PetscReal xref = 2. * x[0] - 1.; in f0_sensor_primal() local
207 const PetscReal xy = xref * yref; in f0_sensor_primal()
209 f0[0] = -2500.0 * PetscSinReal(50. * xy) * (xref * xref + yref * yref) * 4.0; in f0_sensor_primal()
269 const PetscReal xref = 2. * x[0] - 1.; in f0_mixed_sensor_u() local
271 const PetscReal xy = xref * yref; in f0_mixed_sensor_u()
273 f0[0] = -2500.0 * PetscSinReal(50. * xy) * (xref * xref + yref * yref) * 4.0; in f0_mixed_sensor_u()