FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
mmechgauss::telement Type Reference

All data should be recorded in every elements. More...

Collaboration diagram for mmechgauss::telement:

Data Fields

integer etype
 element's type More...
 
integer iset
 plane strain, stress etc More...
 
real(kind=kreal), dimension(:), pointer equiforces => null()
 equivalent forces More...
 
type(tgaussstatus), dimension(:), pointer gausses => null()
 info of qudrature points More...
 
real(kind=kreal), dimension(:,:), pointer aux => null()
 nodeless dof for incompatible element More...
 

Detailed Description

All data should be recorded in every elements.

Definition at line 32 of file mechgauss.f90.

Field Documentation

◆ aux

real(kind=kreal), dimension(:,:), pointer mmechgauss::telement::aux => null()

nodeless dof for incompatible element

Definition at line 37 of file mechgauss.f90.

◆ equiforces

real(kind=kreal), dimension(:), pointer mmechgauss::telement::equiforces => null()

equivalent forces

Definition at line 35 of file mechgauss.f90.

◆ etype

integer mmechgauss::telement::etype

element's type

Definition at line 33 of file mechgauss.f90.

◆ gausses

type(tgaussstatus), dimension(:), pointer mmechgauss::telement::gausses => null()

info of qudrature points

Definition at line 36 of file mechgauss.f90.

◆ iset

integer mmechgauss::telement::iset

plane strain, stress etc

Definition at line 34 of file mechgauss.f90.


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