TOC PREV NEXT INDEX

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

Description

DVadvect takes the output of DVstream, which is a polyline Mesh with velocity Node_Data that represents the path of the velocities through a field, plus a float value that is a time along the streamline. From this, for each streamline, it calculates the position of a particle at that a given time along the streamline.

Input

inMesh

The input mesh to be copied to the output mesh.Port2 trigger;

Parameter

trigger

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

Output

outMesh

The output mesh that is created from the input mesh

Example

Libraries.Main.Mappers.copy_ROI

File

v/dv.v

See also

Not Applicable

TOC PREV NEXT INDEX