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::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... | |
type | field_series::field_series_ptr_t |
A wrapper for a pointer to a field_series_t . More... | |
Modules | |
module | field_series |
Contains the field_serties_t type. | |
Functions/Subroutines | |
subroutine | field_series::field_series_init (this, f, len) |
Initialize a field series of length len for a field f. | |
subroutine | field_series::field_series_free (this) |
Deallocates a field series. | |
integer function | field_series::field_series_size (this) |
Return the size of the field series. | |
subroutine | field_series::field_series_update (this) |
Update a field series (evict oldest entry) | |
subroutine | field_series::field_series_set (this, g) |
Set all fields in a series to g. | |