![]() |
![]() |
![]() |
![]() |
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
Parameters
Output
Example
Libraries.Main.Mappers.copy_ROI
File
See also
![]() |
![]() |
![]() |
![]() |