Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
output Module Reference

Defines an output.

Data Types

type  output_ptr_t
 Wrapper around an output_t pointer. More...
 
interface  output_sample
 Abstract interface for sampling an output type at time t. More...
 
type  output_t
 Abstract type defining an output type. More...
 

Functions/Subroutines

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

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,
integer, intent(in), optional  layout,
logical, intent(in), optional  overwrite 
)
private
Parameters
fnameName of the output file.
precisionOutput precision (sp or dp).

Definition at line 70 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 83 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 90 of file output.f90.