gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtool_historyauto_generic::historyautoputaxismpi Interface Reference

Public Member Functions

subroutine historyautoputaxismpireal (dim, array)
subroutine historyautoputaxismpidouble (dim, array)
subroutine historyautoputaxismpiint (dim, array)

Detailed Description

Definition at line 334 of file gtool_historyauto_generic.f90.

Member Function/Subroutine Documentation

◆ historyautoputaxismpidouble()

subroutine gtool_historyauto_generic::historyautoputaxismpi::historyautoputaxismpidouble ( character(*), intent(in) dim,
real(dp), dimension(:), intent(in) array )

Definition at line 345 of file gtool_historyauto_generic.f90.

346 use dc_types, only: dp
347
348 character(*), intent(in):: dim
349 real(DP), intent(in):: array(:)
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ historyautoputaxismpiint()

subroutine gtool_historyauto_generic::historyautoputaxismpi::historyautoputaxismpiint ( character(*), intent(in) dim,
integer, dimension(:), intent(in) array )

Definition at line 353 of file gtool_historyauto_generic.f90.

354 use dc_types, only: dp
355
356 character(*), intent(in):: dim
357 integer, intent(in):: array(:)

References dc_types::dp.

◆ historyautoputaxismpireal()

subroutine gtool_historyauto_generic::historyautoputaxismpi::historyautoputaxismpireal ( character(*), intent(in) dim,
real, dimension(:), intent(in) array )

Definition at line 337 of file gtool_historyauto_generic.f90.

338 use dc_types, only: dp
339
340 character(*), intent(in):: dim
341 real, intent(in):: array(:)

References dc_types::dp.


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