|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
ADIOS2 bp file format. More...
Data Types | |
| type | bp_file_t |
| Interface for ADIOS2 bp files. More... | |
Functions/Subroutines | |
| character(len=1024) function | bp_file_get_next_output_fname (this) |
| Get the physical file name generated by the next write. | |
| character(len=1024) function | bp_file_format_fname (this, counter) |
| Format the physical file name for a counter value. | |
| subroutine | bp_file_write (this, data, t) |
| subroutine | bp_file_read (this, data) |
| subroutine | bp_file_set_precision (this, precision) |
| subroutine | bp_file_set_layout (this, layout) |
Variables | |
| class(buffer_t), allocatable, private | outbuf_points |
| class(buffer_t), allocatable, private | outbuf_npar |
this module defines the interface to write ADIOS2 files to use compression
|
private |
Definition at line 102 of file bp_file.F90.


|
private |
Definition at line 803 of file bp_file.F90.
|
private |
Messy at the moment but anticipates other layouts.
Definition at line 825 of file bp_file.F90.
|
private |
Definition at line 811 of file bp_file.F90.
|
private |
Definition at line 796 of file bp_file.F90.
|
private |
Definition at line 62 of file bp_file.F90.
|
private |
Definition at line 61 of file bp_file.F90.