DVcopy_cells copies the cell-set information of a field
module DVcopy_cells {
Grid+Cells+IPort2 &inMesh;
int+IPort2 trigger;
Grid+Cells+Data+Oparam outMesh;
method+notify_val update<status=1> = "DVcopy_cells";
};
DVcopy_cells copies the cell-set information of a field, including the cell data. When it is given a uniform, rectilinear, or structured field as a input it has the effect of converting the input field into a output unstructured field of quad cells.
The input mesh to be copied to the output mesh.
A trigger that can be used to cause the module to execute.
The output mesh that is created from the input mesh.