![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
This module provide a function to prepare output of static analysis. More...
Functions/Subroutines | |
| subroutine, public | fstr_write_result (hecMESH, fstrSOLID, fstrPARAM, istep, time, flag, fstrDYNAMIC) |
| OUTPUT result file for static and dynamic analysis. More... | |
| subroutine | fstr_write_result_main (hecMESH, fstrSOLID, RES, clyr) |
| subroutine, public | fstr_make_result (hecMESH, fstrSOLID, fstrRESULT, istep, time, fstrDYNAMIC) |
| MAKE RESULT for static and dynamic analysis (WITHOUT ELEMENTAL RESULTS) -----------------------------------------------------------—. More... | |
| subroutine | fstr_make_result_main (hecMESH, fstrSOLID, fstrRESULT, RES, nitem, iitem, ncomp, eitem, jitem, ecomp, nlyr, clyr) |
| subroutine, public | fstr_reorder_node_shell (fstrSOLID, hecMESH, unode) |
| subroutine, public | fstr_reorder_rot_shell (fstrSOLID, hecMESH, unode) |
| subroutine, public | fstr_reorder_node_beam (fstrSOLID, hecMESH, unode) |
| subroutine, public | setup_contact_output_variables (hecMESH, fstrSOLID, phase) |
This module provide a function to prepare output of static analysis.
| subroutine, public m_make_result::fstr_make_result | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (fstr_solid) | fstrSOLID, | ||
| type(hecmwst_result_data) | fstrRESULT, | ||
| integer(kind=kint) | istep, | ||
| real(kind=kreal) | time, | ||
| type(fstr_dynamic), intent(in), optional | fstrDYNAMIC | ||
| ) |
MAKE RESULT for static and dynamic analysis (WITHOUT ELEMENTAL RESULTS) -----------------------------------------------------------—.
Definition at line 619 of file make_result.f90.
| subroutine m_make_result::fstr_make_result_main | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (fstr_solid) | fstrSOLID, | ||
| type (hecmwst_result_data) | fstrRESULT, | ||
| type (fstr_solid_physic_val) | RES, | ||
| integer(kind=kint) | nitem, | ||
| integer(kind=kint) | iitem, | ||
| integer(kind=kint) | ncomp, | ||
| integer(kind=kint) | eitem, | ||
| integer(kind=kint) | jitem, | ||
| integer(kind=kint) | ecomp, | ||
| integer(kind=kint) | nlyr, | ||
| character(len=6) | clyr | ||
| ) |
Definition at line 1272 of file make_result.f90.
| subroutine, public m_make_result::fstr_reorder_node_beam | ( | type (fstr_solid) | fstrSOLID, |
| type (hecmwst_local_mesh) | hecMESH, | ||
| real(kind=kreal), dimension(:), allocatable | unode | ||
| ) |
| subroutine, public m_make_result::fstr_reorder_node_shell | ( | type (fstr_solid) | fstrSOLID, |
| type (hecmwst_local_mesh) | hecMESH, | ||
| real(kind=kreal), dimension(:), allocatable | unode | ||
| ) |
| subroutine, public m_make_result::fstr_reorder_rot_shell | ( | type (fstr_solid) | fstrSOLID, |
| type (hecmwst_local_mesh) | hecMESH, | ||
| real(kind=kreal), dimension(:), allocatable | unode | ||
| ) |
| subroutine, public m_make_result::fstr_write_result | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (fstr_solid) | fstrSOLID, | ||
| type (fstr_param ) | fstrPARAM, | ||
| integer(kind=kint) | istep, | ||
| real(kind=kreal) | time, | ||
| integer(kind=kint) | flag, | ||
| type (fstr_dynamic), intent(in), optional | fstrDYNAMIC | ||
| ) |
OUTPUT result file for static and dynamic analysis.
| fstrparam | analysis control parameters |
| time | current time |
Definition at line 21 of file make_result.f90.
| subroutine m_make_result::fstr_write_result_main | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (fstr_solid) | fstrSOLID, | ||
| type (fstr_solid_physic_val) | RES, | ||
| character(len=6) | clyr | ||
| ) |
Definition at line 439 of file make_result.f90.
| subroutine, public m_make_result::setup_contact_output_variables | ( | type(hecmwst_local_mesh), intent(in) | hecMESH, |
| type (fstr_solid), intent(inout) | fstrSOLID, | ||
| integer(kind=kint), intent(in) | phase | ||
| ) |
| [in] | phase | -1:clear,3:result,4:vis |
Definition at line 1645 of file make_result.f90.