![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | sp_lineq (SP_MAT) |
subroutine | sp_direct_root (sp_mat) |
subroutine | sp_direct_trunk () |
subroutine | sp_direct_leaf () |
subroutine | recsolve () |
subroutine | leafsolve (b) |
subroutine | mkpart (neqns, nttbr, ndeg, irow, jcol, neqns1, neqns2, neqnsd, part, iperm) |
subroutine | divvec (neqns, ndeg, part, r, r1, r2, rd) |
subroutine m_pds::divvec | ( | integer, intent(in) | neqns, |
integer, intent(in) | ndeg, | ||
integer, dimension(:), intent(in) | part, | ||
real(8), dimension(:), intent(in) | r, | ||
real(8), dimension(:), intent(out) | r1, | ||
real(8), dimension(:), intent(out) | r2, | ||
real(8), dimension(:), intent(out) | rd | ||
) |
subroutine m_pds::leafsolve | ( | real(8), dimension(:), intent(inout) | b | ) |
subroutine m_pds::mkpart | ( | integer, intent(in) | neqns, |
integer, intent(in) | nttbr, | ||
integer, intent(in) | ndeg, | ||
integer, dimension(:), intent(in) | irow, | ||
integer, dimension(:), intent(in) | jcol, | ||
integer, intent(out) | neqns1, | ||
integer, intent(out) | neqns2, | ||
integer, intent(out) | neqnsd, | ||
integer, dimension(:), intent(out) | part, | ||
integer, dimension(:), intent(out) | iperm | ||
) |
subroutine m_pds::recsolve |
subroutine m_pds::sp_direct_leaf |
subroutine m_pds::sp_direct_root | ( | type (sp_matrix) | sp_mat | ) |
subroutine m_pds::sp_direct_trunk |