![]() |
![]() |
![]() |
![]() |
DVcopy_field
Synopsis
DVcopy_field copies its input field to its output.
module DVcopy_field {
Mesh+Node_Data_Opt+Cell_Data_Opt+IPort2 &inFld;
int+IPort2 trigger;
// Customize by making this output type more specific,
// adding Mesh_Struct, Data, Cell_Data, Node_data, etc.
Mesh+Oparam &outFld;
omethod+notify_val update<status=1> = "DVcopy_field_update";
};Description
DVcopy_field copies its input to its output. It attempts to determine the type of the input field (uniform, rectilinear, etc.) and create an output field of matching type. Only information that is a part of the standard field definitions will be copied.
Input
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |