element_t Derived Type

type, public :: element_t

One element in the mesh

Inherited By

type~~element_t~~InheritedByGraph type~element_t element_t type~mesh_t mesh_t type~element_t->type~mesh_t elements
Help

Components

TypeVisibility AttributesNameInitial
integer, public :: eidx

Element index

integer, public :: etype

Element type

integer, public :: egroup

Element group

integer, public :: ecolor

Element color

The element color can be used for parallel caculations without race conditions, comparable to red-black versions of the Gauss-Seidel algorithm.

integer, public, dimension(:), allocatable:: nodes

Nodes of the element

integer, public, dimension(:), allocatable:: elements

Elements connected to this one by at least one node