![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
All data should be recorded in every quadrature points. More...
Data Fields | |
type(tmaterial), pointer | pmaterial => null() |
point to material property definition More... | |
real(kind=kreal), dimension(6) | strain |
strain More... | |
real(kind=kreal), dimension(6) | stress |
stress More... | |
integer, dimension(:), pointer | istatus =>null() |
status variables (integer type) More... | |
real(kind=kreal), dimension(:), pointer | fstatus => null() |
status variables (double precision type) More... | |
real(kind=kreal) | plstrain |
plastic strain More... | |
real(kind=kreal), dimension(6) | strain_bak |
strain More... | |
real(kind=kreal), dimension(6) | stress_bak |
stress More... | |
real(kind=kreal), dimension(12) | nqm |
NQM. More... | |
real(kind=kreal), dimension(6) | strain_out |
strain More... | |
real(kind=kreal), dimension(6) | stress_out |
stress More... | |
real(kind=kreal) | strain_energy |
strain energy More... | |
real(kind=kreal) | strain_energy_bak |
strain energy More... | |
real(kind=kreal) | plpotential |
plastic potential More... | |
All data should be recorded in every quadrature points.
Definition at line 13 of file mechgauss.f90.
real(kind=kreal), dimension(:), pointer mmechgauss::tgaussstatus::fstatus => null() |
status variables (double precision type)
Definition at line 18 of file mechgauss.f90.
integer, dimension(:), pointer mmechgauss::tgaussstatus::istatus =>null() |
status variables (integer type)
Definition at line 17 of file mechgauss.f90.
real(kind=kreal), dimension(12) mmechgauss::tgaussstatus::nqm |
NQM.
Definition at line 22 of file mechgauss.f90.
real(kind=kreal) mmechgauss::tgaussstatus::plpotential |
plastic potential
Definition at line 27 of file mechgauss.f90.
real(kind=kreal) mmechgauss::tgaussstatus::plstrain |
plastic strain
Definition at line 19 of file mechgauss.f90.
type(tmaterial), pointer mmechgauss::tgaussstatus::pmaterial => null() |
point to material property definition
Definition at line 14 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain |
strain
Definition at line 15 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain_bak |
strain
Definition at line 20 of file mechgauss.f90.
real(kind=kreal) mmechgauss::tgaussstatus::strain_energy |
strain energy
Definition at line 25 of file mechgauss.f90.
real(kind=kreal) mmechgauss::tgaussstatus::strain_energy_bak |
strain energy
Definition at line 26 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain_out |
strain
Definition at line 23 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress |
stress
Definition at line 16 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress_bak |
stress
Definition at line 21 of file mechgauss.f90.
real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress_out |
stress
Definition at line 24 of file mechgauss.f90.