![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides functions to take into acount external load. More...
Functions/Subroutines | |
subroutine | fstr_ass_load (cstep, ctime, hecmesh, hecmat, fstrsolid, fstrparam) |
This subroutine assmble following external force into fstrSOLIDGL and hecMATB afterwards. | |
This module provides functions to take into acount external load.
subroutine m_fstr_ass_load::fstr_ass_load | ( | integer(kind=kint), intent(in) | cstep, |
real(kind=kreal), intent(in) | ctime, | ||
type(hecmwst_local_mesh), intent(in) | hecmesh, | ||
type(hecmwst_matrix), intent(inout) | hecmat, | ||
type(fstr_solid), intent(inout) | fstrsolid, | ||
type(fstr_param), intent(inout) | fstrparam | ||
) |
This subroutine assmble following external force into fstrSOLIDGL and hecMATB afterwards.
[in] | cstep | current step |
[in] | ctime | current time |
[in,out] | hecmat | hecmw matrix |
[in] | hecmesh | hecmw mesh |
[in,out] | fstrsolid | fstr_solid |
[in,out] | fstrparam | analysis control parameters |
Definition at line 18 of file fstr_ass_load.f90.