TOC PREV NEXT INDEX

fields_to_mblock

Synopsis

convert an array of fields to a Multi_Block object

Input Port

fields

(Mesh_Struct+Node_Data+Cell_Data_Struct)[]

Parameters

Output Port

multi_block

Multi_Block

Description

fields_to_mblock takes an array of fields and converts it to a Multi_Block object by adding the ancillary information kept by the Multi_Block object.

Input

fields

Mesh_Struct+Node_Data+Cell_Data_Struct. The input array of fields.

Parameters

none


Output Port

multi_block

Multi_Block. The resulting multiblock dataset.

Example

Libraries.Examples.Visualization.Multi_Block
v/dv_examp/mblock.v

File

v/modules.v

See also related modules

mblock_to_fields
ARR

TOC PREV NEXT INDEX