![]() |
FrontISTR 5.2.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. | |
| subroutine | fstr_cutback_finalize (fstrsolid) |
| Finalizer of cutback variables. | |
| subroutine | fstr_cutback_save (fstrsolid, infoctchange, infoctchange_bak) |
| Save analysis status. | |
| subroutine | fstr_cutback_load (fstrsolid, infoctchange, infoctchange_bak) |
| Load analysis status. | |
This module provides functions to deal with cutback.
| logical function m_fstr_cutback::fstr_cutback_active |
Definition at line 19 of file fstr_Cutback.f90.
| subroutine m_fstr_cutback::fstr_cutback_finalize | ( | type(fstr_solid) | fstrsolid | ) |
Finalizer of cutback variables.
Definition at line 76 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 24 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 170 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 119 of file fstr_Cutback.f90.