FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Standard routine for writing an object to file.
subroutine functiontypemodule::writeobject::writeenginetype | ( | type(enginetype), intent(in) | engine, |
integer, intent(in) | lpu | ||
) |
Standard routine for writing an object to file.
[in] | engine | The functiontypemodule::enginetype object to write |
[in] | lpu | File unit number to write to |
subroutine functiontypemodule::writeobject::writefunctiontype | ( | type(functiontype), intent(in) | func, |
integer, intent(in) | lpu | ||
) |
Standard routine for writing an object to file.
[in] | func | The functiontypemodule::functiontype object to write |
[in] | lpu | File unit number to write to |