Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | field_series::field_series_t |
type | field_series::field_series_ptr_t |
field_series_ptr_t, To easily obtain a pointer to a field series More... | |
Modules | |
module | field_series |
Stores a series fields. | |
Functions/Subroutines | |
subroutine | field_series::field_series_init (this, f, len) |
Initialize a field series of length len for a field f. More... | |
subroutine | field_series::field_series_free (this) |
Deallocates a field series. More... | |
integer function | field_series::field_series_size (this) |
Return the size of the field series. More... | |
subroutine | field_series::field_series_update (this) |
Update a field series (evict oldest entry) More... | |
subroutine | field_series::field_series_set (this, g) |
Set all fields in a series to g. More... | |