fields_to_mblock


Synopsis

convert an array of fields to a Multi_Block object

Input Port

fields

(Mesh_Struct+Node_Data+Cell_Data_Struct)[]

 

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 Port

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
examples/mblock.v

File

v/modules.v

See also