Field_Struct, Field_Unif, Field_Rect
Synopsis
establish the mesh type of a structured field.
Header+Mesh_Struct+Data_Struct Field_Struct;
/* structured field consists of mesh and data */
Header+Mesh_Unif+Data_Struct Field_Unif; /* uniform field */
Header+Mesh_Rect+Data_Struct Field_Rect; /* rectilinear field */
Description
The Field_type field subclass sets all Mesh and Data subobjects beneath it in the Field hierarchy to values suitable to that field type.
For example, specifying:
Field_Unif
automatically sets the Mesh to Mesh_Unif with Data_Struct.
Files
v/fld.v
See also