Using Print("rd"), submit the output you get when you Print the values
of each input to Compute.
Sounds like you are trying to mix a field and a group or something like
that.
The expression, assuming you are feeding two fields, each with a "data"
component, first one 2-vector, second one scalar, would be:
[a.x, a.y, b]
On Friday, August 22, 2003, at 03:34 PM, Akua A Nti wrote:
Hello,
I'm trying to create a field with vector data out of two fields. The
first field consists of velocity (2-vector) in two dimensions (x and
y),
measured on a three-dimensional grid. The second field is the vertical
component (scalar) of the velocity at these same grid points. What I
want
to end up with is a field with 3-vectors consisting of the x, y, and z
components of the velocity at the points on the three-dimensional grid.
As of now, when I try to create a vector using the Compute module, I
end
up with the message:
ERROR: Compute: Bad parameter: member type does not match group type
Any advice?
Akua