Lines Matching full:v
19 v = coords[i+num_nodes]
21 v = pi/2*v
22 coords[i] = u*cos(v)
23 coords[i+num_nodes] = u*sin(v)
129 (v, :out, EVAL_INTERP),
132 # Apply mass: v = qdata[1] * u
133 v .= qdata[1].*u
165 (:v, sol_rstr, sol_basis, CeedVectorActive()),
175 v = CeedVector(ceed, sol_size)
178 # Apply the mass+diffusion operator: 'u' -> 'v'.
179 apply!(oper, u, v)
180 # Compute and print the sum of the entries of 'v' giving the mesh volume.
181 vol = witharray_read(sum, v, MEM_HOST)