DVcopy_mesh


Synopsys

DVcopy_mesh copies the mesh in its input to its output.

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 only the mesh in 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.