![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
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... | |
This module provides functions to output result.
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.
[in] | cstep | current step number |
[in] | istep | current substep number |
[in] | time | current time |
fstrparam | analysis control parameters | |
[in] | outflag | if true, result will be output regardless of istep |
Definition at line 13 of file static_output.f90.
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.