(git:c5411e0)
Loading...
Searching...
No Matches
hfx_types::hfx_compression_type Type Reference

Data Fields

type(hfx_container_type), dimension(:), pointer maxval_container => NULL()
 
type(hfx_cache_type), dimension(:), pointer maxval_cache => NULL()
 
type(hfx_container_type), dimension(:, :), pointer integral_containers => NULL()
 
type(hfx_cache_type), dimension(:, :), pointer integral_caches => NULL()
 
type(hfx_container_type), pointer maxval_container_disk => NULL()
 
type(hfx_cache_typemaxval_cache_disk = hfx_cache_type()
 
type(hfx_cache_type), dimension(64) integral_caches_disk = hfx_cache_type()
 
type(hfx_container_type), dimension(:), pointer integral_containers_disk => NULL()
 

Detailed Description

Definition at line 351 of file hfx_types.F.

Field Documentation

◆ maxval_container

type(hfx_container_type), dimension(:), pointer hfx_types::hfx_compression_type::maxval_container => NULL()

Definition at line 352 of file hfx_types.F.

◆ maxval_cache

type(hfx_cache_type), dimension(:), pointer hfx_types::hfx_compression_type::maxval_cache => NULL()

Definition at line 354 of file hfx_types.F.

◆ integral_containers

type(hfx_container_type), dimension(:, :), pointer hfx_types::hfx_compression_type::integral_containers => NULL()

Definition at line 356 of file hfx_types.F.

◆ integral_caches

type(hfx_cache_type), dimension(:, :), pointer hfx_types::hfx_compression_type::integral_caches => NULL()

Definition at line 358 of file hfx_types.F.

◆ maxval_container_disk

type(hfx_container_type), pointer hfx_types::hfx_compression_type::maxval_container_disk => NULL()

Definition at line 360 of file hfx_types.F.

◆ maxval_cache_disk

type(hfx_cache_type) hfx_types::hfx_compression_type::maxval_cache_disk = hfx_cache_type()

Definition at line 361 of file hfx_types.F.

◆ integral_caches_disk

type(hfx_cache_type), dimension(64) hfx_types::hfx_compression_type::integral_caches_disk = hfx_cache_type()

Definition at line 362 of file hfx_types.F.

◆ integral_containers_disk

type(hfx_container_type), dimension(:), pointer hfx_types::hfx_compression_type::integral_containers_disk => NULL()

Definition at line 363 of file hfx_types.F.


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