Data Structure: Nodal_data |
|
Description |
Nodes and coordinates |
Usage |
Nodal_data NUM=ival where ival is the data structure number |
Description |
Overview The Nodal_data structure stores either: •A list of geometry point (vertex) numbers and coordinates. In this case individual Geometry_vertex data structures should not be defined as they will be created internally using the data defined in the Nodal_data structure. •The node numbers and nodal coordinates for pre-defined meshes.
Notes •Only one Nodal_data structure is permitted. •The Nodal_data structure is only used for input and is subsequently discarded.
|
Node_numbers ( or Node_number) List of node numbers for complete problem |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of node numbers for complete problem.
|
Coordinates List of nodal coordinates |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of nodal coordinates.
|