node Derived Type

type, public, extends(point) :: node

Defines a node.


Contents


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public :: dof

The number of degrees of freeedom associated with this node.

integer(kind=int32), public :: index

The global index of the node.

real(kind=real64), public :: x

The x-coordinate.

real(kind=real64), public :: y

The y-coordinate.

real(kind=real64), public :: z

The z-coordinate.