![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides function to calcualte tangent stiffness matrix. More...
Functions/Subroutines | |
subroutine, public | fstr_stiffmatrix (hecmesh, hecmat, fstrsolid, time, tincr) |
接線剛性マトリックスを作成するサブルーチン | |
This module provides function to calcualte 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 | ||
) |
接線剛性マトリックスを作成するサブルーチン
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 18 of file fstr_StiffMatrix.f90.