DVcopy_cells


Synopsis

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";
};

Description

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.

Input Ports

inMesh

The input mesh to be copied to the output mesh.

Parameters

trigger

A trigger that can be used to cause the module to execute.

Output Ports

outMesh

The output mesh that is created from the input mesh.

Example

Libraries.Main.Mappers.copy_ROI

File

v/dv.v

See also

Related modules