Neko  0.8.99
A portable framework for high-order spectral element flow simulations
mean_flow_output::mean_flow_output_t Interface Reference
Inheritance diagram for mean_flow_output::mean_flow_output_t:
Collaboration diagram for mean_flow_output::mean_flow_output_t:

Public Member Functions

procedure, pass(this) sample => mean_flow_output_sample
 
procedure, pass(this) init_base => output_init
 
procedure, pass(this) set_counter => output_set_counter
 
procedure, pass(this) set_start_counter => output_set_start_counter
 

Public Attributes

type(mean_flow_t), pointer mf
 
real(kind=rp) t_begin
 
type(file_t) file_
 

Private Member Functions

type(mean_flow_output_t) function mean_flow_output_init (mf, T_begin, name, path)
 

Detailed Description

Definition at line 42 of file mean_flow_output.f90.

Member Function/Subroutine Documentation

◆ init_base()

procedure, pass(this) output::output_t::init_base
inherited

Definition at line 44 of file output.f90.

◆ mean_flow_output_init()

type(mean_flow_output_t) function mean_flow_output::mean_flow_output_t::mean_flow_output_init ( type(mean_flow_t), intent(in), target  mf,
real(kind=rp), intent(in)  T_begin,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)
private

Definition at line 55 of file mean_flow_output.f90.

◆ sample()

procedure, pass(this) mean_flow_output::mean_flow_output_t::sample

Definition at line 46 of file mean_flow_output.f90.

Here is the call graph for this function:

◆ set_counter()

procedure, pass(this) output::output_t::set_counter
inherited

Definition at line 45 of file output.f90.

◆ set_start_counter()

procedure, pass(this) output::output_t::set_start_counter
inherited

Definition at line 46 of file output.f90.

Member Data Documentation

◆ file_

type(file_t) output::output_t::file_
inherited

Definition at line 42 of file output.f90.

◆ mf

type(mean_flow_t), pointer mean_flow_output::mean_flow_output_t::mf

Definition at line 43 of file mean_flow_output.f90.

◆ t_begin

real(kind=rp) mean_flow_output::mean_flow_output_t::t_begin

Definition at line 44 of file mean_flow_output.f90.


The documentation for this interface was generated from the following file: