![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Data Types | |
type | matrix_partition_info |
Functions/Subroutines | |
subroutine, public | matrix_partition_recursive_bisection (a0, ndiv, pmi) |
subroutine, public | reovec (r, iperm) |
Variables | |
integer(kind=kint) | maxdepth |
subroutine, public m_matrix_partition_info::matrix_partition_recursive_bisection | ( | type(irjc_square_matrix), intent(inout) | a0, |
integer(kind=kint), intent(in) | ndiv, | ||
type(matrix_partition_info), intent(out) | pmi | ||
) |
Definition at line 52 of file m_matrix_partition_info.f90.
subroutine, public m_matrix_partition_info::reovec | ( | real(kind=kreal), dimension(:,:), intent(inout) | r, |
integer(kind=kint), dimension(:), intent(in) | iperm | ||
) |
Definition at line 471 of file m_matrix_partition_info.f90.
integer(kind=kint) m_matrix_partition_info::maxdepth |
Definition at line 41 of file m_matrix_partition_info.f90.