One element of the linked list of fields.
Public Attributes | |
type(t_field_list_item), pointer | next => null() |
Pointer to the next item of the linked list. | |
double precision, dimension(:,:,:), allocatable | scalar |
Scalar field data. | |
double precision, dimension(:,:,:,:), allocatable | vector |
Vector field data. | |
type(t_face_field), allocatable | face |
Face field data. | |
character(len=:), allocatable | label |
Name of the field. | |
integer | field_type = -1 |
Data type (see above enumerator) | |