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

This module provides functions to output result. More...

Functions/Subroutines

subroutine fstr_static_output (cstep, istep, time, hecMESH, fstrSOLID, fstrPARAM, flag, outflag)
 Output result. More...
 
subroutine fstr_static_post (fnum, hecMESH, fstrSOLID, istep)
 Summarizer of output data which prints out max and min output values. More...
 

Detailed Description

This module provides functions to output result.

Function/Subroutine Documentation

◆ fstr_static_output()

subroutine m_static_output::fstr_static_output ( integer, intent(in)  cstep,
integer, intent(in)  istep,
real(kind=kreal), intent(in)  time,
type (hecmwst_local_mesh), intent(in)  hecMESH,
type (fstr_solid), intent(inout)  fstrSOLID,
type (fstr_param fstrPARAM,
integer, intent(in)  flag,
logical, intent(in)  outflag 
)

Output result.

Parameters
[in]cstepcurrent step number
[in]istepcurrent substep number
[in]timecurrent time
fstrparamanalysis control parameters
[in]outflagif true, result will be output regardless of istep

Definition at line 13 of file static_output.f90.

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

◆ fstr_static_post()

subroutine m_static_output::fstr_static_post ( integer, intent(in)  fnum,
type (hecmwst_local_mesh), intent(in)  hecMESH,
type (fstr_solid), intent(in)  fstrSOLID,
integer, intent(in)  istep 
)

Summarizer of output data which prints out max and min output values.

Definition at line 105 of file static_output.f90.

Here is the caller graph for this function: