FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
supeltypemodule::nonlinforcestifftype Type Reference

Data type for the nonlinear force-displacement representation. More...

Public Attributes

real(dp), dimension(:,:), pointer force
 Forces for all points. More...
 
real(dp), dimension(:,:), pointer disp
 Displacements for all points. More...
 
real(dp), dimension(:,:,:), pointer stiff
 Stiffness for all points. More...
 

Detailed Description

Data type for the nonlinear force-displacement representation.

Member Data Documentation

◆ disp

real(dp), dimension(:,:), pointer supeltypemodule::nonlinforcestifftype::disp

Displacements for all points.

◆ force

real(dp), dimension(:,:), pointer supeltypemodule::nonlinforcestifftype::force

Forces for all points.

◆ stiff

real(dp), dimension(:,:,:), pointer supeltypemodule::nonlinforcestifftype::stiff

Stiffness for all points.


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