One node in the mesh
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | nidx | Node index | |||
| real(kind=wp), | public, | dimension(2) | :: | x | Node location | ||
| integer, | public | :: | ngroup | Node group Groups are derived from elements the node belongs to. The group with lowest dimenionality takes precidence. | |||
| integer, | public, | dimension(:), allocatable | :: | nodes | Indicies of nodes connected to this one | ||
| integer, | public, | dimension(:), allocatable | :: | elements | Indicies of elements this node occures in |