FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
my_hecmw_util_f_lag.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 !-------------------------------------------------------------------------------
5 
7  implicit none
8 
9  integer(kind=4), parameter:: kint = 4
10  integer(kind=4), parameter:: kreal = 8
11 
13  integer(kind=kint) :: np, npl, ndof
14  real(kind=kreal), pointer :: d(:), b(:), x(:)
15  real(kind=kreal), pointer :: al(:)
16  integer(kind=kint), pointer :: indexl(:)
17  integer(kind=kint), pointer :: iteml(:)
18  integer(kind=kint ), dimension(100) :: iarray
19  real (kind=kreal), dimension(100) :: rarray
20  end type hecmwst_matrix
21 
22 end module my_hecmw_util_lag
23 
24 
25 
hecmw_util::kint
integer(kind=4), parameter kint
Definition: hecmw_util_f.F90:15
my_hecmw_util_lag
Definition: my_hecmw_util_f_lag.f90:6
hecmw_util::kreal
integer(kind=4), parameter kreal
Definition: hecmw_util_f.F90:16
my_hecmw_util_lag::hecmwst_matrix
Definition: my_hecmw_util_f_lag.f90:12