Synopsis
Basic type for holding cell and node data in a mesh or field.
Node_Data+Cell_Data Data;
Description
Data is the blanket definition of all numeric (computational) data in the Field data schema. It is defined as the merge (V "+" operator) of the definitions of Node_Data and Cell_Data. In object-oriented terminology, it uses multiple inheritance to acquire all of the characteristics of its specified types.
Files
v/fld.v
See also