TOC PREV NEXT INDEX

DVcopy_mesh

Synopsis

copy an input mesh to an output mesh

module DVcopy_mesh {
Mesh+IPort2 &inFld;
int+IPort2 trigger;
boolean mesh_only = 1;
// Customize by making this output type more specific,
// adding Mesh_Struct, etc.
Mesh+Oparam &outFld;
omethod+notify_val update<status=1> = "DVcopy_field_update";
};

Description

DVcopy_mesh copies an input mesh to an output mesh. Any node or cell data that is present is also copied to the output.

Input

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

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