node_t Derived Type

type, public :: node_t

One node in the mesh

Inherited By

type~~node_t~~InheritedByGraph type~node_t node_t type~mesh_t mesh_t type~node_t->type~mesh_t nodes
Help

Components

TypeVisibility AttributesNameInitial
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