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)
111 (v, :out, EVAL_INTERP),
113 v .= qdata*u
127 (:v, sol_rstr, sol_basis, CeedVectorActive()),
136 v = CeedVector(ceed, sol_size)
139 # Apply the mass operator: 'u' -> 'v'.
140 apply!(oper, u, v)
141 # Compute and print the sum of the entries of 'v' giving the mesh volume.
142 vol = witharray_read(sum, v, MEM_HOST)