![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | symbolicirjctocrs (ndeg, nttbr, irow, jcol, ncols, nrows, c) |
subroutine, public | irjctocrs (ndeg, nttbr, irow, jcol, val, ncols, nrows, c) |
subroutine, public | crs_matrix_getvec (c, k, v) |
subroutine, public m_crs_matrix::crs_matrix_getvec | ( | type (crs_matrix), intent(in) | c, |
integer(kind=kint), intent(in) | k, | ||
real(kind=kreal), dimension(:), intent(out) | v | ||
) |
Definition at line 294 of file m_crs_matrix.f90.
subroutine, public m_crs_matrix::irjctocrs | ( | integer(kind=kint), intent(in) | ndeg, |
integer(kind=kint), intent(in) | nttbr, | ||
integer(kind=kint), dimension(:), intent(in) | irow, | ||
integer(kind=kint), dimension(:), intent(in) | jcol, | ||
real(kind=kreal), dimension(:,:), intent(in) | val, | ||
integer(kind=kint), intent(in) | ncols, | ||
integer(kind=kint), intent(in) | nrows, | ||
type (crs_matrix), intent(out) | c | ||
) |
Definition at line 82 of file m_crs_matrix.f90.
subroutine, public m_crs_matrix::symbolicirjctocrs | ( | integer(kind=kint), intent(in) | ndeg, |
integer(kind=kint), intent(in) | nttbr, | ||
integer(kind=kint), dimension(:), intent(in) | irow, | ||
integer(kind=kint), dimension(:), intent(in) | jcol, | ||
integer(kind=kint), intent(in) | ncols, | ||
integer(kind=kint), intent(in) | nrows, | ||
type (crs_matrix), intent(out) | c | ||
) |