TOC PREV NEXT INDEX

Diamond2D

Synopsis

create a 2D diamond-shaped mesh

Input Port

none

Parameters

none

Output Port

out_fld

mesh representing the diamond

out_obj

output renderable object

Description

Diamond2D creates a 2D diamond-shaped unstructured Mesh. You can use this mesh as the visible object input to macros such as glyph, advector, or probe.

Input

none.


Parameters

none.


Output Port

out_fld

The output consists of an unstructured Mesh of cell type Quad whose coordinates are the four corners of the diamond. The diamond's four corners are located at -.5,_.5 in X and -.5,_.5 in Y.

out_obj

This is a renderable version of the output field.

Example

Not available

File

v/geoms.v

See also related modules

Diamond3D

TOC PREV NEXT INDEX