Mesh_Struct, Mesh_Unif, Mesh_Rect
Mesh_Cyl_Unif, Mesh_Spher_Unif
Mesh_Cyl_Rect, Mesh_Spher_Rect


Synopsis

Mesh_Struct , Mesh_Unif , Mesh_Rect , Mesh_Cyl_Unif , Mesh_Spher_Unif , Mesh_Cyl_Rect , and Mesh_Spher_Rect set the type of mesh in a field.


 


Grid_Struct+Cells_Struct +Xform Mesh_Struct;                        /* structured mesh */
Grid_Unif+Cells_Struct+Xform Mesh_Unif;                        /* uniform mesh */
Grid_Rect+Cells_Struct +Xform Mesh_Rect;                        /* rectilinear mesh */


 

Grid_Cyl_Unif+Cells_Struct+Xform Mesh_Cyl_Unif;                        /* uniform cylindrical*/
Grid_Cyl_Rect+Cells_Struct +Xform Mesh_Cyl_Rect;                        /* rectilinear cylindrical*/


 

Grid_Spher_Unif+Cells_Struct+Xform Mesh_Spher_Unif;                        /* uniform spherical */
Grid_Spher_Rect+Cells_Struct +Xform Mesh_Spher_Rect;                        /*rect. spherical*/

 

Description

These field subclasses specify the type of structured mesh in the field. They are described in details in corresponding Grid section of the document.

For example, saying:

Mesh_Unif+Node_data

constrains a field to consist of a uniform mesh and Node_Data.

Files

v/fld.v