0.6.0
Loading...
Searching...
No Matches
mod_notus_adios_type::t_notus_adios_container Type Reference

ADIOS container The ADIOS container allows to keep track of every ADIOS internal variables. More...

Public Attributes

character(len=:), allocatable filename
 File name.
 
character(len=:), allocatable group_name
 Current group name.
 
character(len=:), allocatable grid_name
 Current mesh name.
 
character(len=:), allocatable suffix
 Suffix appended to the name of each component (grid or field)
 
character(len=:), allocatable file_suffix
 Suffix appended to the filename.
 
integer(kind=8) adios_group_id
 Current group id.
 
integer(kind=8) adios_group_size
 Current group size.
 
integer(kind=8) adios_handle
 Used to communicate with the ADIOS library.
 

Detailed Description

ADIOS container The ADIOS container allows to keep track of every ADIOS internal variables.

Member Data Documentation

◆ adios_group_id

integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_group_id

Current group id.

◆ adios_group_size

integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_group_size

Current group size.

◆ adios_handle

integer(kind=8) mod_notus_adios_type::t_notus_adios_container::adios_handle

Used to communicate with the ADIOS library.

◆ file_suffix

character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::file_suffix

Suffix appended to the filename.

◆ filename

character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::filename

File name.

◆ grid_name

character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::grid_name

Current mesh name.

◆ group_name

character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::group_name

Current group name.

◆ suffix

character(len=:), allocatable mod_notus_adios_type::t_notus_adios_container::suffix

Suffix appended to the name of each component (grid or field)


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