Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements mean_field_t.
Data Types | |
type | mean_field_t |
Computes the temporal mean of a field. More... | |
Functions/Subroutines | |
subroutine | mean_field_init (this, f, field_name) |
Constructor. More... | |
subroutine | mean_field_free (this) |
Destructor. More... | |
subroutine | mean_field_reset (this) |
Resets a the mean field and the averaging time value to zero. More... | |
subroutine | mean_field_update (this, k) |
Update the mean field with a new sample. More... | |
|
private |
Definition at line 91 of file mean_field.f90.
subroutine mean_field::mean_field_init | ( | class(mean_field_t), intent(inout) | this, |
type(field_t), intent(inout), target | f, | ||
character(len=*), intent(in), optional | field_name | ||
) |
f | The field that will be averaged. |
field_name. | Optional name for the mean field. By default the name of f prepended with mean_ is used. |
Definition at line 69 of file mean_field.f90.
|
private |
Definition at line 102 of file mean_field.f90.
|
private |
k | Time since last sample. |
Definition at line 112 of file mean_field.f90.