Neko  0.8.99
A portable framework for high-order spectral element flow simulations
mean_field Module Reference

Defines a mean field.

Data Types

type  mean_field_t
 

Functions/Subroutines

subroutine mean_field_init (this, f, field_name)
 Initialize a mean field for a field f. More...
 
subroutine mean_field_free (this)
 Deallocates a mean field. More...
 
subroutine mean_field_reset (this)
 Resets a mean field. More...
 
subroutine mean_field_update (this, k)
 Update a mean field. More...
 

Function/Subroutine Documentation

◆ mean_field_free()

subroutine mean_field::mean_field_free ( class(mean_field_t), intent(inout)  this)
private

Definition at line 80 of file mean_field.f90.

◆ mean_field_init()

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 
)

Definition at line 58 of file mean_field.f90.

◆ mean_field_reset()

subroutine mean_field::mean_field_reset ( class(mean_field_t), intent(inout)  this)
private

Definition at line 91 of file mean_field.f90.

◆ mean_field_update()

subroutine mean_field::mean_field_update ( class(mean_field_t), intent(inout)  this,
real(kind=rp), intent(in)  k 
)
private
Parameters
[in]kTime since last sample

Definition at line 100 of file mean_field.f90.

Here is the call graph for this function: