| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Data Types | |
| type | field_series_list::field_series_list_t | 
| A list of field series pointers, used for managing multiple scalar lag fields.  More... | |
Modules | |
| module | field_series_list | 
Contains the field_series_list_t type for managing multiple field series.  | |
Functions/Subroutines | |
| subroutine | field_series_list::field_series_list_init (this, capacity) | 
| Initialize a field series list with a given capacity.   | |
| subroutine | field_series_list::field_series_list_free (this) | 
| Free the field series list.   | |
| subroutine | field_series_list::field_series_list_append (this, fld_series) | 
| Add a field series to the list.   | |
| type(field_series_t) function, pointer | field_series_list::field_series_list_get (this, index) | 
| Get a field series by index.   | |
| pure integer function | field_series_list::field_series_list_size (this) | 
| Get the number of items in the list.   | |