0.6.0
Loading...
Searching...
No Matches
type_field_list.f90 File Reference

Data Types

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

Modules

module  mod_field_list
 

Enumerations

enum  { mod_field_list::field_type_scalar = 1 , mod_field_list::field_type_vector , mod_field_list::field_type_face }
 

Functions/Subroutines

subroutine, private mod_field_list::add_item_to_list (list, item)
 Add an item to the list.
 
integer function mod_field_list::count_fields (list)
 Count the number of fields.
 
subroutine mod_field_list::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 mod_field_list::add_vector_field_to_list (list, field, label)
 Add a vector field to the list.
 
subroutine mod_field_list::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 mod_field_list::unalloc_field_list_item (item)
 Delete a single item.
 
subroutine mod_field_list::unalloc_field_list (list)
 Delete all items in the list.