![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Data Types | |
type | ccls_matrix |
Functions/Subroutines | |
subroutine | reserv (i, j, jstat, irpt, irowno, k) |
subroutine | cclsallocation (c) |
subroutine | stiajac (c, jstat, irpt, irowno) |
subroutine | stval (c, i, j, val, itrans) |
subroutine | m_cclsmatrix_getvec (c, k, v) |
subroutine | m_cclsmatrix_errtrp (mes) |
subroutine m_cclsmatrix::cclsallocation | ( | type (ccls_matrix) | c | ) |
Definition at line 64 of file m_cclsmatrix.f90.
subroutine m_cclsmatrix::m_cclsmatrix_errtrp | ( | character(*) | mes | ) |
subroutine m_cclsmatrix::m_cclsmatrix_getvec | ( | type (ccls_matrix), intent(in) | c, |
integer, intent(in) | k, | ||
real(8), dimension(:), intent(out) | v | ||
) |
subroutine m_cclsmatrix::reserv | ( | integer | i, |
integer | j, | ||
integer, dimension(:) | jstat, | ||
integer, dimension(:) | irpt, | ||
integer, dimension(:) | irowno, | ||
integer | k | ||
) |
subroutine m_cclsmatrix::stiajac | ( | type (ccls_matrix) | c, |
integer, dimension(:) | jstat, | ||
integer, dimension(:) | irpt, | ||
integer, dimension(:) | irowno | ||
) |
Definition at line 83 of file m_cclsmatrix.f90.
subroutine m_cclsmatrix::stval | ( | type (ccls_matrix) | c, |
integer | i, | ||
integer | j, | ||
real(8), dimension(c%ndeg*c%ndeg) | val, | ||
integer | itrans | ||
) |