![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides functions to deal with cutback. More...
Functions/Subroutines | |
logical function | fstr_cutback_active () |
subroutine | fstr_cutback_init (hecMESH, fstrSOLID, fstrPARAM) |
Initializer of cutback variables. More... | |
subroutine | fstr_cutback_finalize (fstrSOLID) |
Finalizer of cutback variables. More... | |
subroutine | fstr_cutback_save (fstrSOLID, infoCTChange, infoCTChange_bak) |
Save analysis status. More... | |
subroutine | fstr_cutback_load (fstrSOLID, infoCTChange, infoCTChange_bak) |
Load analysis status. More... | |
This module provides functions to deal with cutback.
logical function m_fstr_cutback::fstr_cutback_active |
subroutine m_fstr_cutback::fstr_cutback_finalize | ( | type(fstr_solid) | fstrSOLID | ) |
Finalizer of cutback variables.
Definition at line 87 of file fstr_Cutback.f90.
subroutine m_fstr_cutback::fstr_cutback_init | ( | type(hecmwst_local_mesh) | hecMESH, |
type(fstr_solid) | fstrSOLID, | ||
type(fstr_param) | fstrPARAM | ||
) |
Initializer of cutback variables.
Definition at line 25 of file fstr_Cutback.f90.
subroutine m_fstr_cutback::fstr_cutback_load | ( | type(fstr_solid), intent(inout) | fstrSOLID, |
type(fstr_info_contactchange), intent(inout) | infoCTChange, | ||
type(fstr_info_contactchange), intent(inout) | infoCTChange_bak | ||
) |
Load analysis status.
[in,out] | infoctchange | contact change info |
[in,out] | infoctchange_bak | contact change info |
Definition at line 204 of file fstr_Cutback.f90.
subroutine m_fstr_cutback::fstr_cutback_save | ( | type(fstr_solid), intent(inout) | fstrSOLID, |
type(fstr_info_contactchange), intent(inout) | infoCTChange, | ||
type(fstr_info_contactchange), intent(inout) | infoCTChange_bak | ||
) |
Save analysis status.
[in,out] | infoctchange | contact change info |
[in,out] | infoctchange_bak | contact change info |
Definition at line 141 of file fstr_Cutback.f90.