FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_struct_f.f90
Go to the documentation of this file.
1
!-------------------------------------------------------------------------------
2
! Copyright (c) 2019 FrontISTR Commons
3
! This software is released under the MIT License, see LICENSE.txt
4
!-------------------------------------------------------------------------------
6
7
module
hecmw_couple_struct_f
8
9
use
hecmw_util
10
11
implicit none
12
private
13
14
type
,
public
::
hecmw_couple_value
15
integer(kind=kint)
:: n
16
integer(kind=kint)
:: item_type
17
integer(kind=kint)
:: n_dof
18
integer(kind=kint)
,
dimension(:)
,
pointer
:: item
19
real
(kind=
kreal
),
dimension(:)
,
pointer
::
value
20
end type
hecmw_couple_value
21
22
end module
hecmw_couple_struct_f
hecmw_util
I/O and Utility.
Definition:
hecmw_util_f.F90:7
hecmw_util::kreal
integer(kind=4), parameter kreal
Definition:
hecmw_util_f.F90:16
hecmw_couple_struct_f
Coupling Interface.
Definition:
hecmw_couple_struct_f.f90:7
hecmw_couple_value
Definition:
hecmw_couple_startup.h:9
hecmw1
src
couple
hecmw_couple_struct_f.f90
Generated by
1.8.17