|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Contains the field_serties_t type.
Data Types | |
| type | field_series_ptr_t |
A wrapper for a pointer to a field_series_t. More... | |
| type | field_series_t |
| Stores a series (sequence) of fields, logically connected to a base field, and arranged according to some ordering. Currently used to store time-lagged values of solution fields. More... | |
Functions/Subroutines | |
| subroutine | field_series_init (this, f, len) |
| Initialize a field series of length len for a field f. | |
| subroutine | field_series_free (this) |
| Deallocates a field series. | |
| integer function | field_series_size (this) |
| Return the size of the field series. | |
| subroutine | field_series_update (this) |
| Update a field series (evict oldest entry) | |
| subroutine | field_series_set (this, g) |
| Set all fields in a series to g. | |
|
private |
Definition at line 89 of file field_series.f90.
| subroutine field_series::field_series_init | ( | class(field_series_t), intent(inout) | this, |
| type(field_t), intent(inout), target | f, | ||
| integer | len | ||
| ) |
Definition at line 65 of file field_series.f90.
|
private |
Definition at line 129 of file field_series.f90.
Definition at line 109 of file field_series.f90.
|
private |
Definition at line 116 of file field_series.f90.