FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
dampertypemodule::writeobject Interface Reference

Standard routine for writing an object to file. More...

Public Member Functions

subroutine writedampertype (damper, io, complexity)
 Standard routine for writing an object to io. More...
 
subroutine writedamperbasetype (dmp, io, complexity)
 Standard routine for writing an object to io. More...
 

Detailed Description

Standard routine for writing an object to file.

Member Function/Subroutine Documentation

◆ writedamperbasetype()

subroutine dampertypemodule::writeobject::writedamperbasetype ( type(damperbasetype), intent(in)  dmp,
integer, intent(in)  io,
integer, intent(in), optional  complexity 
)

Standard routine for writing an object to io.

Parameters
[in]dmpThe dampertypemodule::damperbasetype object to write
[in]ioFile unit number to write to
[in]complexityIf present, the value indicates the amount of print
Author
Karl Erik Thoresen
Date
Dec 1998

◆ writedampertype()

subroutine dampertypemodule::writeobject::writedampertype ( type(dampertype), intent(in)  damper,
integer, intent(in)  io,
integer, intent(in), optional  complexity 
)

Standard routine for writing an object to io.

Parameters
[in]damperThe dampertypemodule::dampertype object to write
[in]ioFile unit number to write to
[in]complexityIf present, the value indicates the amount of print
Author
Karl Erik Thoresen
Date
Dec 1998

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