FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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 ! begining index of row of C
14 integer(kind=kint) :: neqns_t ! total number of equations.
15
16 ! A region
18
19 ! C region
20 type(irjc_mn_matrix) :: c
21
22 end type child_matrix
23end module m_child_matrix_lag