![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides function to calcualte to do updates. More...
Functions/Subroutines | |
subroutine | fstr_updatenewton (hecmesh, hecmat, fstrsolid, time, tincr, iter, strainenergy) |
変位/応力・ひずみ/内力のアップデート | |
subroutine | fstr_updatestate (hecmesh, fstrsolid, tincr) |
Update elastiplastic status. | |
This module provides function to calcualte to do updates.
subroutine m_fstr_update::fstr_updatenewton | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix) | hecmat, | ||
type (fstr_solid) | fstrsolid, | ||
real(kind=kreal), intent(in) | time, | ||
real(kind=kreal), intent(in) | tincr, | ||
integer, intent(in) | iter, | ||
real(kind=kreal), optional | strainenergy | ||
) |
変位/応力・ひずみ/内力のアップデート
hecmat | linear equation, its right side modified here | |
hecmesh | mesh information | |
fstrsolid | we need boundary conditions of curr step | |
[in] | time | current time |
[in] | tincr | time increment |
[in] | iter | NR iterations |
Definition at line 25 of file fstr_Update.f90.
subroutine m_fstr_update::fstr_updatestate | ( | type(hecmwst_local_mesh) | hecmesh, |
type(fstr_solid) | fstrsolid, | ||
real(kind=kreal) | tincr | ||
) |
Update elastiplastic status.
hecmesh | hecmw mesh |
fstrsolid | fstr_solid |
Definition at line 310 of file fstr_Update.f90.