gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Attributes | List of all members
gtool_history_types::gt_history_mpiaxisdata Type Reference

More...

Collaboration diagram for gtool_history_types::gt_history_mpiaxisdata:
[legend]

Public Attributes

real(dp), dimension(:), pointer a_axis =>null()
 
integer length = -1
 
type(gt_history_attr), dimension(:), pointer attrs =>null()
 

Detailed Description

MPI 使用時の軸データ保管用配列

Definition at line 324 of file gtool_history_types.f90.

Member Data Documentation

◆ a_axis

real(dp), dimension(:), pointer gtool_history_types::gt_history_mpiaxisdata::a_axis =>null()

Definition at line 325 of file gtool_history_types.f90.

325 real(DP), pointer:: a_Axis(:) =>null()

◆ attrs

type(gt_history_attr), dimension(:), pointer gtool_history_types::gt_history_mpiaxisdata::attrs =>null()

Definition at line 327 of file gtool_history_types.f90.

327 type(GT_HISTORY_ATTR), pointer:: attrs(:) =>null()

◆ length

integer gtool_history_types::gt_history_mpiaxisdata::length = -1

Definition at line 326 of file gtool_history_types.f90.

326 integer:: length = -1

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