0.6.0
Loading...
Searching...
No Matches
mod_field_list Module Reference

Data Types

type  t_field_list
 Linked list of fields. More...
 
type  t_field_list_item
 One element of the linked list of fields. More...
 

Enumerations

enum  { field_type_scalar = 1 , field_type_vector , field_type_face }
 

Functions/Subroutines

subroutine, private add_item_to_list (list, item)
 Add an item to the list.
 
integer function count_fields (list)
 Count the number of fields.
 
subroutine add_scalar_field_to_list (list, field, label, is_remove_ghost_values_from_fields, equation_isd_target, ibc_variable)
 Add an scalar field to the list If the scalar field is not allocated then we don't add it and log a msg.
 
subroutine add_vector_field_to_list (list, field, label)
 Add a vector field to the list.
 
subroutine add_face_field_to_list (list, field, label, is_remove_ghost_values_from_fields, equation_isd_target, ibc_variable)
 Add a face field to the list.
 
subroutine, private unalloc_field_list_item (item)
 Delete a single item.
 
subroutine unalloc_field_list (list)
 Delete all items in the list.
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
field_type_scalar 
field_type_vector 
field_type_face