![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides function to calculate tangent stiffness matrix. More...
Functions/Subroutines | |
subroutine, public | fstr_stiffmatrix (hecMESH, hecMAT, fstrSOLID, time, tincr) |
This subroutine creates tangential stiffness matrix. More... | |
subroutine | stiffmat_abort (ic_type, flag, mtype) |
This module provides function to calculate tangent stiffness matrix.
subroutine, public m_fstr_stiffmatrix::fstr_stiffmatrix | ( | type (hecmwst_local_mesh) | hecMESH, |
type (hecmwst_matrix) | hecMAT, | ||
type (fstr_solid) | fstrSOLID, | ||
real(kind=kreal), intent(in) | time, | ||
real(kind=kreal), intent(in) | tincr | ||
) |
This subroutine creates tangential stiffness matrix.
hecmesh | mesh information | |
hecmat | linear equation, its right side modified here | |
fstrsolid | we need boundary conditions of curr step | |
[in] | time | current time |
[in] | tincr | time increment |
Definition at line 19 of file fstr_StiffMatrix.f90.
subroutine m_fstr_stiffmatrix::stiffmat_abort | ( | integer(kind=kint), intent(in) | ic_type, |
integer(kind=kint), intent(in) | flag, | ||
integer(kind=kint), intent(in), optional | mtype | ||
) |