Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Defines an output.
Data Types | |
type | output_t |
Abstract type defining an output type. More... | |
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... | |
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... | |
|
private |
fname | Name of the output file. |
precision | Output precision (sp or dp). |
Definition at line 70 of file output.f90.
|
private |
Definition at line 84 of file output.f90.
|
private |
Definition at line 91 of file output.f90.