FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_out Module Reference

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)
 

Detailed Description

This module manages step information.

Function/Subroutine Documentation

◆ fstr_copy_outctrl()

subroutine m_out::fstr_copy_outctrl ( type(t_output_ctrl), intent(out)  outctrl1,
type(t_output_ctrl), intent(in)  outctrl2 
)

Definition at line 233 of file m_out.f90.

Here is the caller graph for this function:

◆ fstr_ctrl_get_filename()

subroutine m_out::fstr_ctrl_get_filename ( integer(kind=kint), intent(in)  ctrl,
character(len=hecmw_name_len), intent(out)  ss 
)

Definition at line 248 of file m_out.f90.

Here is the call graph for this function:

◆ fstr_ctrl_get_output()

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 
)

Definition at line 256 of file m_out.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fstr_init_outctrl()

subroutine m_out::fstr_init_outctrl ( type(t_output_ctrl), intent(out)  outctrl)

Definition at line 225 of file m_out.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fstr_output_active()

logical function m_out::fstr_output_active ( integer, intent(in)  cstep,
type(t_output_ctrl), intent(in)  outctrl 
)
Parameters
[in]cstepcurrent step number

Definition at line 241 of file m_out.f90.

◆ initoutinfo()

subroutine m_out::initoutinfo ( type( output_info ), intent(out)  outinfo)

Definition at line 40 of file m_out.f90.

Here is the caller graph for this function:

◆ n_comp_valtype()

integer function m_out::n_comp_valtype ( integer, intent(in)  vtype,
integer, intent(in)  ndim 
)
Parameters
[in]vtypevariable type
[in]ndimspace dimension

Definition at line 201 of file m_out.f90.

Here is the caller graph for this function:

◆ print_output_ctrl()

subroutine m_out::print_output_ctrl ( integer, intent(in)  nfile,
type(t_output_ctrl), intent(inout)  outctrl 
)

Definition at line 280 of file m_out.f90.

◆ write_outinfo()

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 
)

Definition at line 183 of file m_out.f90.