FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
make_result.f90 File Reference

Go to the source code of this file.

Modules

module  m_make_result
 This module provide a function to prepare output of static analysis.
 

Functions/Subroutines

subroutine, public m_make_result::fstr_write_result (hecMESH, fstrSOLID, fstrPARAM, istep, time, flag, fstrDYNAMIC)
 OUTPUT result file for static and dynamic analysis. More...
 
subroutine, public m_make_result::fstr_write_result_add (hecMESH, fstrSOLID, istep, label_suffix, fstrDYNAMIC)
 ADD result items of static and dynamic analysis to the result file being written. label_suffix is appended to every label, so that plural sets of the same items can be held in one result file. More...
 
subroutine m_make_result::result_add (dtype, n_dof, label, label_suffix, data)
 
subroutine m_make_result::fstr_write_result_main (hecMESH, fstrSOLID, RES, clyr, label_suffix)
 
subroutine, public m_make_result::fstr_make_result (hecMESH, fstrSOLID, fstrRESULT, istep, time, fstrDYNAMIC, label_suffix)
 MAKE RESULT for static and dynamic analysis (WITHOUT ELEMENTAL RESULTS) -----------------------------------------------------------—. More...
 
subroutine, public m_make_result::fstr_merge_result (hecMESH, fstrRESULT, fstrRESULT_add)
 MERGE the node and the element components of two result data into one, so that plural sets of the same items can be visualized at once. Both hold the global values of the same step, so those of fstrRESULT are kept. More...
 
subroutine m_make_result::fstr_make_result_main (hecMESH, fstrSOLID, fstrRESULT, RES, nitem, iitem, ncomp, eitem, jitem, ecomp, nlyr, clyr)
 
subroutine, public m_make_result::fstr_reorder_node_shell (fstrSOLID, hecMESH, unode)
 
subroutine, public m_make_result::fstr_reorder_rot_shell (fstrSOLID, hecMESH, unode)
 
subroutine, public m_make_result::fstr_reorder_node_beam (fstrSOLID, hecMESH, unode)
 
subroutine, public m_make_result::setup_contact_output_variables (hecMESH, fstrSOLID, phase, dtime, expflag)