FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
mmechgauss::tgaussstatus Type Reference

All data should be recorded in every quadrature points. More...

Collaboration diagram for mmechgauss::tgaussstatus:

Data Fields

type(tmaterial), pointer pmaterial => null()
 point to material property definition
 
real(kind=kreal), dimension(6) strain
 strain
 
real(kind=kreal), dimension(6) stress
 stress
 
integer, dimension(:), pointer istatus =>null()
 status variables (integer type)
 
real(kind=kreal), dimension(:), pointer fstatus => null()
 status variables (double precision type)
 
real(kind=kreal) plstrain
 plastic strain
 
real(kind=kreal), dimension(6) strain_bak
 strain
 
real(kind=kreal), dimension(6) stress_bak
 stress
 
real(kind=kreal), dimension(12) nqm
 NQM.
 
real(kind=kreal), dimension(6) strain_out
 strain
 
real(kind=kreal), dimension(6) stress_out
 stress
 

Detailed Description

All data should be recorded in every quadrature points.

Definition at line 13 of file mechgauss.f90.

Field Documentation

◆ fstatus

real(kind=kreal), dimension(:), pointer mmechgauss::tgaussstatus::fstatus => null()

status variables (double precision type)

Definition at line 18 of file mechgauss.f90.

◆ istatus

integer, dimension(:), pointer mmechgauss::tgaussstatus::istatus =>null()

status variables (integer type)

Definition at line 17 of file mechgauss.f90.

◆ nqm

real(kind=kreal), dimension(12) mmechgauss::tgaussstatus::nqm

NQM.

Definition at line 22 of file mechgauss.f90.

◆ plstrain

real(kind=kreal) mmechgauss::tgaussstatus::plstrain

plastic strain

Definition at line 19 of file mechgauss.f90.

◆ pmaterial

type(tmaterial), pointer mmechgauss::tgaussstatus::pmaterial => null()

point to material property definition

Definition at line 14 of file mechgauss.f90.

◆ strain

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain

strain

Definition at line 15 of file mechgauss.f90.

◆ strain_bak

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain_bak

strain

Definition at line 20 of file mechgauss.f90.

◆ strain_out

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::strain_out

strain

Definition at line 23 of file mechgauss.f90.

◆ stress

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress

stress

Definition at line 16 of file mechgauss.f90.

◆ stress_bak

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress_bak

stress

Definition at line 21 of file mechgauss.f90.

◆ stress_out

real(kind=kreal), dimension(6) mmechgauss::tgaussstatus::stress_out

stress

Definition at line 24 of file mechgauss.f90.


The documentation for this type was generated from the following file: