|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a surface stress/strain recovery element. More...

Public Attributes | |
| type(idtype) | id |
| General identification data. More... | |
| integer | elmnumber |
| Which element this strain rosette is defined on. More... | |
| integer | linknumber |
| Which FE part this strain rosette is attached to. More... | |
| integer | lpuascii |
| File for ASCII print. More... | |
| integer, dimension(:), pointer | globalnodes |
| Nodes of strain-measuring element. More... | |
| real(dp), dimension(3, 4) | posingl |
| Global rosette position matrix. More... | |
| real(dp), dimension(:,:), pointer | x0 |
| Nodal coordinates. More... | |
| real(dp), dimension(:,:), pointer | t0 |
| Initial element coordinate system. More... | |
| real(rk), dimension(:,:), pointer | disp |
| Nodal deformational displacements. More... | |
| real(rk), dimension(:,:), pointer | vgii |
| Nodal gravitational displacements. More... | |
| real(dp), dimension(:), pointer | ur |
| Global displacements and rotations. More... | |
| type(strainrosettetype), dimension(:), pointer | data |
| Surface strain rosettes. More... | |
Data type representing a surface stress/strain recovery element.
| type(strainrosettetype), dimension(:), pointer strainrosettemodule::strainelementtype::data |
Surface strain rosettes.
| real(rk), dimension(:,:), pointer strainrosettemodule::strainelementtype::disp |
Nodal deformational displacements.
| integer strainrosettemodule::strainelementtype::elmnumber |
Which element this strain rosette is defined on.
| integer, dimension(:), pointer strainrosettemodule::strainelementtype::globalnodes |
Nodes of strain-measuring element.
| type(idtype) strainrosettemodule::strainelementtype::id |
General identification data.
| integer strainrosettemodule::strainelementtype::linknumber |
Which FE part this strain rosette is attached to.
| integer strainrosettemodule::strainelementtype::lpuascii |
File for ASCII print.
| real(dp), dimension(3,4) strainrosettemodule::strainelementtype::posingl |
Global rosette position matrix.
| real(dp), dimension(:,:), pointer strainrosettemodule::strainelementtype::t0 |
Initial element coordinate system.
| real(dp), dimension(:), pointer strainrosettemodule::strainelementtype::ur |
Global displacements and rotations.
| real(rk), dimension(:,:), pointer strainrosettemodule::strainelementtype::vgii |
Nodal gravitational displacements.
| real(dp), dimension(:,:), pointer strainrosettemodule::strainelementtype::x0 |
Nodal coordinates.