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

Go to the source code of this file.

Modules

module  m_fstr_restart
 This module provides functions to read in and write out restart files.
 

Functions/Subroutines

subroutine m_fstr_restart::fstr_restart_abort (message)
 Stop restart processing with a rank-zero diagnostic. More...
 
subroutine m_fstr_restart::fstr_validate_shell_nodal_state (fstrSOLID, nnode)
 Validate the allocated nodal arrays required by the version-6 shell block. More...
 
logical function m_fstr_restart::fstr_requires_shell_restart_v6 (fstrSOLID)
 Return true when the model contains shell state that cannot be represented by restart version 5. More...
 
subroutine m_fstr_restart::fstr_require_shell_restart_version (fstrSOLID, restart_version)
 Abort instead of silently discarding finite-rotation or layer shell state. More...
 
subroutine m_fstr_restart::fstr_write_restart_shell_gauss (gauss)
 Store one complete shell layer/thickness Gauss state. More...
 
subroutine m_fstr_restart::fstr_read_restart_shell_gauss (gauss)
 Restore one complete shell layer/thickness Gauss state. More...
 
subroutine m_fstr_restart::fstr_write_restart_shell_state (hecMESH, fstrSOLID)
 Write committed nodal shell kinematics and all layer/thickness material histories. More...
 
subroutine m_fstr_restart::fstr_read_restart_shell_state (hecMESH, fstrSOLID)
 Restore committed nodal shell kinematics and all layer/thickness material histories. More...
 
subroutine m_fstr_restart::fstr_read_restart (cstep, substep, step_count, ctime, dtime, hecMESH, fstrSOLID, fstrPARAM, contactNode)
 Read in restart file. More...
 
subroutine m_fstr_restart::fstr_write_restart (cstep, cstep_ext, substep, step_count, ctime, dtime, hecMESH, fstrSOLID, fstrPARAM, is_StepFinished, contactNode)
 write out restart file More...
 
subroutine m_fstr_restart::fstr_read_restart_dyna_nl (cstep, substep, hecMESH, fstrSOLID, fstrDYNAMIC, fstrPARAM, contactNode, step_count)
 Read in restart file for nonlinear dynamic analysis. More...
 
subroutine m_fstr_restart::fstr_write_restart_dyna_nl (cstep, substep, hecMESH, fstrSOLID, fstrDYNAMIC, fstrPARAM, is_StepFinished, contactNode, step_count)
 write out restart file for nonlinear dynamic analysis More...