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

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

Public Member Functions

subroutine writefunctiontype (func, lpu)
 Standard routine for writing an object to file. More...
 
subroutine writeenginetype (engine, lpu)
 Standard routine for writing an object to file. More...
 

Detailed Description

Standard routine for writing an object to file.

Member Function/Subroutine Documentation

◆ writeenginetype()

subroutine functiontypemodule::writeobject::writeenginetype ( type(enginetype), intent(in)  engine,
integer, intent(in)  lpu 
)

Standard routine for writing an object to file.

Parameters
[in]engineThe functiontypemodule::enginetype object to write
[in]lpuFile unit number to write to
Author
Karl Erik Thoresen
Date
27 Sep 1998

◆ writefunctiontype()

subroutine functiontypemodule::writeobject::writefunctiontype ( type(functiontype), intent(in)  func,
integer, intent(in)  lpu 
)

Standard routine for writing an object to file.

Parameters
[in]funcThe functiontypemodule::functiontype object to write
[in]lpuFile unit number to write to
Author
Bjorn Haugen
Date
8 Sep 1999

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