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

Go to the source code of this file.

Modules

module  fstr_ctrl_static
 This module contains control file data obtaining functions for static analysis.
 

Functions/Subroutines

integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_static (ctrl, dtime, etime, itime, eps, restart_nout, idx_elpl, iout_list, sig_y0, h_dash, nout, nout_monit, node_monit_1, elem_monit_1, intg_monit_1)
 Read in !STATIC. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_boundary (ctrl, amp, node_id, node_id_len, dof_ids, dof_ide, value)
 Read in !BOUNDARY. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_cload (ctrl, amp, node_id, node_id_len, dof_id, value)
 Read in !CLOAD. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_dload (ctrl, amp, follow, element_id, element_id_len, load_type, params)
 Read in !DLOAD. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_reftemp (ctrl, value)
 Read in !REFTEMP. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_temperature (ctrl, irres, tstep, tintl, rtype, node_id, node_id_len, value)
 Read in !TEMPERATURE. More...
 
integer(kind=kint) function fstr_ctrl_static::fstr_ctrl_get_spring (ctrl, amp, node_id, node_id_len, dof_id, value)
 Read in !SPRING. More...
 
integer function fstr_ctrl_static::fstr_ctrl_get_userload (ctrl)
 Read in !ULOAD. More...