fileio_base_mod::output_typ Type Reference

handling multiple data files with time step in their names

real, dimension(:,:), pointer val
 
type(valptr_typ), dimension(:), pointer p
 
character(len=128) key
 
integer(kind=4) numbytes
 

Detailed Description

Definition at line 102 of file fileio_base.f90.

Member Data Documentation

◆ key

character(len=128) fileio_base_mod::output_typ::key
private

Definition at line 105 of file fileio_base.f90.

◆ numbytes

integer(kind=4) fileio_base_mod::output_typ::numbytes
private

Definition at line 106 of file fileio_base.f90.

◆ p

type(valptr_typ), dimension(:), pointer fileio_base_mod::output_typ::p
private

Definition at line 104 of file fileio_base.f90.

◆ val

real, dimension(:,:), pointer fileio_base_mod::output_typ::val
private

Definition at line 103 of file fileio_base.f90.


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