gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_history_generic::historyputaxismpi Interface Reference

Public Member Functions

subroutine historyputaxismpireal (varname, array, history, err)
 
subroutine historyputaxismpidouble (varname, array, history, err)
 
subroutine historyputaxismpiint (varname, array, history, err)
 

Detailed Description

Definition at line 1092 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyputaxismpidouble()

subroutine gtool_history_generic::historyputaxismpi::historyputaxismpidouble ( character(*), intent(in)  varname,
real(dp), dimension(:), intent(in)  array,
type(gt_history), intent(inout), optional, target  history,
logical, intent(out), optional  err 
)

Definition at line 1106 of file gtool_history_generic.f90.

1109 use dc_types, only: dp
1110 character(*), intent(in):: varname
1111 real(DP), intent(in):: array(:)
1112 type(GT_HISTORY), intent(inout), optional, target:: history
1113 logical, intent(out), optional:: err
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public dp
Double Precision Real number
Definition dc_types.f90:92

References dc_types::dp.

◆ historyputaxismpiint()

subroutine gtool_history_generic::historyputaxismpi::historyputaxismpiint ( character(*), intent(in)  varname,
integer, dimension(:), intent(in)  array,
type(gt_history), intent(inout), optional, target  history,
logical, intent(out), optional  err 
)

Definition at line 1117 of file gtool_history_generic.f90.

1120 use dc_types, only: dp
1121 character(*), intent(in):: varname
1122 integer, intent(in):: array(:)
1123 type(GT_HISTORY), intent(inout), optional, target:: history
1124 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyputaxismpireal()

subroutine gtool_history_generic::historyputaxismpi::historyputaxismpireal ( character(*), intent(in)  varname,
real, dimension(:), intent(in)  array,
type(gt_history), intent(inout), optional, target  history,
logical, intent(out), optional  err 
)

Definition at line 1095 of file gtool_history_generic.f90.

1098 use dc_types, only: dp
1099 character(*), intent(in):: varname
1100 real, intent(in):: array(:)
1101 type(GT_HISTORY), intent(inout), optional, target:: history
1102 logical, intent(out), optional:: err

References dc_types::dp.


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