tem_file_layout_type Derived Type

type, private :: tem_file_layout_type


Inherited by

type~~tem_file_layout_type~~InheritedByGraph type~tem_file_layout_type tem_file_layout_type type~tem_restart_type tem_restart_type type~tem_restart_type->type~tem_file_layout_type read_file, write_file type~tem_general_type tem_general_type type~tem_general_type->type~tem_restart_type restart type~hvs_output_file_type hvs_output_file_type type~hvs_output_file_type->type~tem_restart_type restart type~tem_tracking_instance_type tem_tracking_instance_type type~tem_tracking_instance_type->type~hvs_output_file_type output_file type~tem_tracking_type tem_tracking_type type~tem_tracking_type->type~tem_tracking_instance_type instance

Contents


Components

Type Visibility Attributes Name Initial
integer, public :: nDofs = 1

Number of degrees of freedom for each of the scalars entries in the varibale system in the file.

integer, public :: nChunks

Number of local chunks required to fit complete data in. Set in routine: tem_restart_getTotalChunks

integer, public :: maxnChunks

Globally maximal number of chunks required. Set in routine: tem_restart_getTotalChunks

integer, public :: chunkSize

Number of elements that fit into the buffer. Set in routine: tem_restart_getTotalChunks

integer, public :: ftype

Handle for the MPI type to describe the view for IO in binary IO

integer, public :: vectype

Handle for the MPI type describing the vector of data in each element

integer(kind=MPI_OFFSET_KIND), public :: displacement

start of view for MPI_SET_VIEW