FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Data type for the nonlinear force-displacement representation.
real(dp), dimension(:,:), pointer supeltypemodule::nonlinforcestifftype::disp |
Displacements for all points.
real(dp), dimension(:,:), pointer supeltypemodule::nonlinforcestifftype::force |
Forces for all points.
real(dp), dimension(:,:,:), pointer supeltypemodule::nonlinforcestifftype::stiff |
Stiffness for all points.