FEDEM Solver
R8.0
Source code of the dynamics solver
|
System data container. More...
Data Types | |
type | systemtypemodule::systemtype |
Data type containing parameters and system matrices of the model. More... | |
interface | systemtypemodule::writeobject |
Standard routine for writing an object to file. More... | |
Modules | |
module | systemtypemodule |
Module with system data containers. | |
Functions/Subroutines | |
subroutine | systemtypemodule::writesystemtype (sys, io, complexity) |
Standard routine for writing an object to io. More... | |
subroutine | systemtypemodule::nullifysys (sys) |
Initializes the SystemType object. More... | |
subroutine | systemtypemodule::deallocatesys (sys) |
Deallocates the SystemType object. More... | |
logical function | systemtypemodule::isquasistatic (sys, time) |
Checks whether current step is quasi-static or dynamic. More... | |
System data container.