One element in the mesh
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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 |