![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module manages step information. More...
Data Types | |
type | output_info |
output information More... | |
type | t_output_ctrl |
output control such as output filename, output frequency etc. More... | |
Functions/Subroutines | |
subroutine | initoutinfo (outinfo) |
subroutine | write_outinfo (fnum, nitem, outinfo, outdata) |
integer function | n_comp_valtype (vtype, ndim) |
subroutine | fstr_init_outctrl (outctrl) |
subroutine | fstr_copy_outctrl (outctrl1, outctrl2) |
logical function | fstr_output_active (cstep, outctrl) |
subroutine | fstr_ctrl_get_filename (ctrl, ss) |
subroutine | fstr_ctrl_get_output (ctrl, outctrl, islog, res, visual, femap) |
subroutine | print_output_ctrl (nfile, outctrl) |
This module manages step information.
subroutine m_out::fstr_copy_outctrl | ( | type(t_output_ctrl), intent(out) | outctrl1, |
type(t_output_ctrl), intent(in) | outctrl2 | ||
) |
subroutine m_out::fstr_ctrl_get_filename | ( | integer(kind=kint), intent(in) | ctrl, |
character(len=hecmw_name_len), intent(out) | ss | ||
) |
subroutine m_out::fstr_ctrl_get_output | ( | integer(kind=kint), intent(in) | ctrl, |
type(t_output_ctrl), intent(inout) | outctrl, | ||
integer(kind=kint), intent(out) | islog, | ||
integer(kind=kint), intent(out) | res, | ||
integer(kind=kint), intent(out) | visual, | ||
integer(kind=kint), intent(out) | femap | ||
) |
subroutine m_out::fstr_init_outctrl | ( | type(t_output_ctrl), intent(out) | outctrl | ) |
logical function m_out::fstr_output_active | ( | integer, intent(in) | cstep, |
type(t_output_ctrl), intent(in) | outctrl | ||
) |
subroutine m_out::initoutinfo | ( | type( output_info ), intent(out) | outinfo | ) |
integer function m_out::n_comp_valtype | ( | integer, intent(in) | vtype, |
integer, intent(in) | ndim | ||
) |
subroutine m_out::print_output_ctrl | ( | integer, intent(in) | nfile, |
type(t_output_ctrl), intent(inout) | outctrl | ||
) |
subroutine m_out::write_outinfo | ( | integer, intent(in) | fnum, |
integer, intent(in) | nitem, | ||
type( output_info ), intent(in) | outinfo, | ||
real(kind=kreal), dimension(:,:), intent(in) | outdata | ||
) |