![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides functions to deal with spring force. More...
Functions/Subroutines | |
subroutine | fstr_addspring (cstep, hecMESH, hecMAT, fstrSOLID, fstrPARAM) |
subroutine | fstr_update_ndforce_spring (cstep, hecMESH, fstrSOLID, B) |
This module provides functions to deal with spring force.
subroutine m_fstr_spring::fstr_addspring | ( | integer, intent(in) | cstep, |
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 | ||
) |
[in] | cstep | current step |
[in,out] | hecmat | hecmw matrix |
[in] | hecmesh | hecmw mesh |
[in,out] | fstrsolid | fstr_solid |
[in,out] | fstrparam | analysis control parameters |
Definition at line 12 of file fstr_Spring.f90.
subroutine m_fstr_spring::fstr_update_ndforce_spring | ( | integer(kind=kint), intent(in) | cstep, |
type (hecmwst_local_mesh), intent(in) | hecMESH, | ||
type (fstr_solid), intent(in) | fstrSOLID, | ||
real(kind=kreal), dimension(:), intent(inout) | B | ||
) |
[in] | cstep | current step |
[in] | hecmesh | mesh information |
[in] | fstrsolid | we need boundary conditions of curr step |
[in,out] | b | right hand side |
Definition at line 46 of file fstr_Spring.f90.