![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
This module contains subroutines for nonlinear implicit dynamic analysis. More...
Functions/Subroutines | |
subroutine | fstr_solve_dynamic_nlimplicit (cstep, hecMESH, hecMAT, fstrSOLID, fstrEIG, fstrDYNAMIC, fstrRESULT, fstrPARAM, fstrCPL, restrt_step_num) |
This subroutine provides function of nonlinear implicit dynamic analysis using the Newmark method. More... | |
subroutine | fstr_solve_dynamic_nlimplicit_contactslag (cstep, hecMESH, hecMAT, fstrSOLID, fstrEIG, fstrDYNAMIC, fstrRESULT, fstrPARAM, fstrCPL, fstrMAT, restrt_step_num, infoCTChange, conMAT) |
This subroutine provides function of nonlinear implicit dynamic analysis using the Newmark method. Standard Lagrange multiplier algorithm for contact analysis is included in this subroutine. More... | |
This module contains subroutines for nonlinear implicit dynamic analysis.
subroutine fstr_dynamic_nlimplicit::fstr_solve_dynamic_nlimplicit | ( | integer, intent(in) | cstep, |
type(hecmwst_local_mesh) | hecMESH, | ||
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_eigen) | fstrEIG, | ||
type(fstr_dynamic) | fstrDYNAMIC, | ||
type(hecmwst_result_data) | fstrRESULT, | ||
type(fstr_param) | fstrPARAM, | ||
type(fstr_couple) | fstrCPL, | ||
integer(kind=kint) | restrt_step_num | ||
) |
This subroutine provides function of nonlinear implicit dynamic analysis using the Newmark method.
[in] | cstep | current step |
Definition at line 29 of file fstr_dynamic_nlimplicit.f90.
subroutine fstr_dynamic_nlimplicit::fstr_solve_dynamic_nlimplicit_contactslag | ( | integer, intent(in) | cstep, |
type(hecmwst_local_mesh) | hecMESH, | ||
type(hecmwst_matrix) | hecMAT, | ||
type(fstr_solid) | fstrSOLID, | ||
type(fstr_eigen) | fstrEIG, | ||
type(fstr_dynamic) | fstrDYNAMIC, | ||
type(hecmwst_result_data) | fstrRESULT, | ||
type(fstr_param) | fstrPARAM, | ||
type(fstr_couple) | fstrCPL, | ||
type(fstrst_matrix_contact_lagrange) | fstrMAT, | ||
integer(kind=kint) | restrt_step_num, | ||
type(fstr_info_contactchange) | infoCTChange, | ||
type(hecmwst_matrix), optional | conMAT | ||
) |
This subroutine provides function of nonlinear implicit dynamic analysis using the Newmark method. Standard Lagrange multiplier algorithm for contact analysis is included in this subroutine.
[in] | cstep | current step |
fstrmat | type fstrST_matrix_contact_lagrange | |
infoctchange | fstr_info_contactChange |
Definition at line 411 of file fstr_dynamic_nlimplicit.f90.