![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides function to calculate to do updates. More...
Functions/Subroutines | |
subroutine | fstr_updatenewton (hecMESH, hecMAT, fstrSOLID, time, tincr, iter, strainEnergy) |
Update displacement, stress, strain and internal forces. More... | |
subroutine | fstr_updatestate (hecMESH, fstrSOLID, tincr) |
Update elastiplastic status. More... | |
This module provides function to calculate 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 | ||
) |
Update displacement, stress, strain and internal forces.
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 26 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 250 of file fstr_Update.f90.