Node_Data_Struct


Synopsis

Contains number of nodes and dimensions for structured fields.


Node_Data Node_Data_Struct {
int ndim; /* number of dimensions */
int dims[ndim]; /* dimensions */
nnodes = prod(dims); /* number of nodes */
};

 

Description

Node_Data_Struct is a field subclass that defines the subobjects necessary to hold the dimensions and nnodes of the Node_Data contained in a structured field.

Files

v/fld.v

See also