FEDEM Solver
R8.0
Source code of the dynamics solver
|
Standard routine for writing an object to file. More...
Public Member Functions | |
subroutine | writespringelementtype (spring, io, complexity) |
Standard routine for writing an object to io. More... | |
subroutine | writespringbasetype (spr, io, complexity) |
Standard routine for writing an object to io. More... | |
Standard routine for writing an object to file.
subroutine springtypemodule::writeobject::writespringbasetype | ( | type(springbasetype), intent(in) | spr, |
integer, intent(in) | io, | ||
integer, intent(in), optional | complexity | ||
) |
Standard routine for writing an object to io.
[in] | spr | The springtypemodule::springbasetype object to write |
[in] | io | File unit number to write to |
[in] | complexity | If present, the value indicates the amount of print |
subroutine springtypemodule::writeobject::writespringelementtype | ( | type(springtype), intent(in) | spring, |
integer, intent(in) | io, | ||
integer, intent(in), optional | complexity | ||
) |
Standard routine for writing an object to io.
[in] | spring | The springtypemodule::springtype object to write |
[in] | io | File unit number to write to |
[in] | complexity | If present, the value indicates the amount of print |