Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Stores a series fields.
Data Types | |
type | field_series_ptr_t |
field_series_ptr_t, To easily obtain a pointer to a field series More... | |
type | field_series_t |
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 83 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 59 of file field_series.f90.
|
private |
Definition at line 118 of file field_series.f90.
Definition at line 98 of file field_series.f90.
|
private |
Definition at line 105 of file field_series.f90.