copy a slice of node data from an input field to an output field
module DVset_slice_data {
Mesh_Unif+Node_Data+Port2+nonotify &inField;
Mesh_Unif+Node_Data+Iparam &sliceField;
int+Iparam slice;
method+notify_val update<status=1> = "DVset_slice_data"
};
DVset_slice_data copies the node data from the slice field to a specified slice in the input field. Conceptually, this is the opposite of a module like orthoslice which extracts a slice from an input field. This module is useful in building up an output field from a series of individual slices.
Input field into which the slice field's data will be copied into.
The slice field that contains the node data that will be copied into the output field.
Index into the input field where the slice field's data will be written.
The output field as well as the input field.