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

Defines an output.

Data Types

type  output_t
 Abstract type defining an output type. More...
 
interface  output_sample
 Abstract interface for sampling an output type at time t. More...
 

Functions/Subroutines

subroutine output_init (this, fname, precision)
 Output constructor. More...
 
subroutine output_set_counter (this, n)
 Update the output's file counter. More...
 
subroutine output_set_start_counter (this, n)
 Update the start of output's file counter. More...
 

Function/Subroutine Documentation

◆ output_init()

subroutine output::output_init ( class(output_t), intent(inout)  this,
character(len=*), intent(inout)  fname,
integer, intent(in), optional  precision 
)
private
Parameters
fnameName of the output file.
precisionOutput precision (sp or dp).

Definition at line 65 of file output.f90.

◆ output_set_counter()

subroutine output::output_set_counter ( class(output_t), intent(inout)  this,
integer, intent(in)  n 
)
private

Definition at line 79 of file output.f90.

◆ output_set_start_counter()

subroutine output::output_set_start_counter ( class(output_t), intent(inout)  this,
integer, intent(in)  n 
)
private

Definition at line 86 of file output.f90.