![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides functions to take into account 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. More... | |
This module provides functions to take into account 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 19 of file fstr_ass_load.f90.