FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
static_LIB_1d.f90 File Reference

Go to the source code of this file.

Modules

module  m_static_lib_1d
 This module provide common functions of 3D truss elements.
 

Functions/Subroutines

subroutine m_static_lib_1d::stf_c1 (etype, nn, ecoord, area, gausses, stiff, u, temperature)
 This subroutine calculate stiff matrix of 2-nodes truss element. More...
 
subroutine m_static_lib_1d::update_c1 (etype, nn, ecoord, area, u, du, qf, gausses, TT, T0)
 Update strain and stress inside element. More...
 
subroutine m_static_lib_1d::nodalstress_c1 (ETYPE, NN, gausses, ndstrain, ndstress)
 
subroutine m_static_lib_1d::elementstress_c1 (ETYPE, gausses, strain, stress)
 
subroutine m_static_lib_1d::dl_c1 (etype, nn, xx, yy, zz, rho, thick, ltype, params, vect, nsize)
 
subroutine m_static_lib_1d::truss_diag_modify (hecMAT, hecMESH)
 
subroutine m_static_lib_1d::search_diag_modify (n, nn, hecMAT, hecMESH)
 
subroutine m_static_lib_1d::stf_connector (etype, nn, ecoord, gausses, stiff, u, tincr, temperature)
 This subroutine calculate stiff matrix of 2-nodes connector element. More...
 
subroutine m_static_lib_1d::update_connector (etype, nn, ecoord, u, du, qf, gausses, tincr, TT)
 Update strain and stress inside spring element. More...
 
subroutine m_static_lib_1d::stf_spring_d (gausses, stiff)
 
subroutine m_static_lib_1d::update_spring_d (gausses, ecoord, u, du, qf)
 
subroutine m_static_lib_1d::stf_spring_a (gausses, ecoord, u, stiff)
 
subroutine m_static_lib_1d::update_spring_a (gausses, ecoord, u, du, qf)
 
subroutine m_static_lib_1d::stf_dashpot_d (gausses, tincr, stiff)
 
subroutine m_static_lib_1d::update_dashpot_d (gausses, ecoord, du, tincr, qf)
 
subroutine m_static_lib_1d::stf_dashpot_a (gausses, ecoord, u, tincr, stiff)
 
subroutine m_static_lib_1d::update_dashpot_a (gausses, ecoord, u, du, tincr, qf)