0.6.0
Loading...
Searching...
No Matches
mod_field_list::t_field_list_item Type Reference

One element of the linked list of fields. More...

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)
 

Detailed Description

One element of the linked list of fields.

Member Data Documentation

◆ face

type(t_face_field), allocatable mod_field_list::t_field_list_item::face

Face field data.

◆ field_type

integer mod_field_list::t_field_list_item::field_type = -1

Data type (see above enumerator)

◆ label

character(len=:), allocatable mod_field_list::t_field_list_item::label

Name of the field.

◆ next

type(t_field_list_item), pointer mod_field_list::t_field_list_item::next => null()

Pointer to the next item of the linked list.

◆ scalar

double precision, dimension(:,:,:), allocatable mod_field_list::t_field_list_item::scalar

Scalar field data.

◆ vector

double precision, dimension(:,:,:,:), allocatable mod_field_list::t_field_list_item::vector

Vector field data.


The documentation for this type was generated from the following file: