![]() |
FrontISTR 5.2.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 11 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 45 of file fstr_Spring.f90.