FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_crs_matrix_lag Module Reference

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)
 

Function/Subroutine Documentation

◆ crs_matrix_getvec()

subroutine, public m_crs_matrix_lag::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 293 of file m_crs_matrix_lag.f90.

◆ irjctocrs()

subroutine, public m_crs_matrix_lag::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 81 of file m_crs_matrix_lag.f90.

◆ symbolicirjctocrs()

subroutine, public m_crs_matrix_lag::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 
)

Definition at line 29 of file m_crs_matrix_lag.f90.

Here is the caller graph for this function: