Lines Matching refs:yref
165 const PetscReal yref = 2. * x[1] - 1.; in sensor_u() local
166 const PetscReal xy = xref * yref; in sensor_u()
178 const PetscReal yref = 2. * x[1] - 1.; in sensor_q() local
179 const PetscReal xy = xref * yref; in sensor_q()
181 u[0] = 50. * yref * PetscCosReal(50. * xy) * 2.0; in sensor_q()
206 const PetscReal yref = 2. * x[1] - 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()
270 const PetscReal yref = 2. * x[1] - 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()