FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_child_matrix_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 !-------------------------------------------------------------------------------
6 
9 
11 
12  integer(kind=kint) :: ndeg ! same for A and C
13  integer(kind=kint) :: ista_c ! beginning index of row of C
14  integer(kind=kint) :: neqns_t ! total number of equations.
15 
16  ! A region
17  type(irjc_square_matrix) :: a
18 
19  ! C region
20  type(irjc_mn_matrix) :: c
21 
22  end type child_matrix
23 end module m_child_matrix_lag
m_irjc_matrix_lag::irjc_mn_matrix
Definition: m_irjc_matrix_lag.f90:26
m_irjc_matrix_lag::irjc_square_matrix
Definition: m_irjc_matrix_lag.f90:13
m_child_matrix_lag
Definition: m_child_matrix_lag.f90:5
my_hecmw_util_lag
Definition: my_hecmw_util_f_lag.f90:6
m_child_matrix_lag::child_matrix
Definition: m_child_matrix_lag.f90:10
m_irjc_matrix_lag
Definition: m_irjc_matrix_lag.f90:5