|
| 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.
|
| |