FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines | Variables
versionmodule Module Reference

Module with data and subroutines for program version handling. More...

Functions/Subroutines

subroutine getcurrentdate (curDate, nospace)
 Returns current date and time in the format "dd Mmm yyyy hh:mm:ss". More...
 
subroutine openresfile (chname, solver, lpu, ierr)
 Opens the solver res-file and print header information to it. More...
 

Variables

character(len=32), save progver
 Version ID for this release. More...
 
character(len=32), save builddate
 The date this program was built. More...
 

Detailed Description

Module with data and subroutines for program version handling.

Function/Subroutine Documentation

◆ getcurrentdate()

subroutine versionmodule::getcurrentdate ( character(len=*), intent(out)  curDate,
logical, intent(in), optional  nospace 
)

Returns current date and time in the format "dd Mmm yyyy hh:mm:ss".

Parameters
[out]curDateString with current data and time
[in]nospaceIf .true. use format "yyyy-Mmm-dd_hhmmss" instead
Author
Knut Morten Okstad
Date
14 Aug 2001
Here is the caller graph for this function:

◆ openresfile()

subroutine versionmodule::openresfile ( character(len=*), intent(in)  chname,
character(len=*), intent(in)  solver,
integer, intent(out)  lpu,
integer, intent(out)  ierr 
)

Opens the solver res-file and print header information to it.

Parameters
[in]chnameName of the solver res-file
[in]solverName of the solver executable
[out]lpuFile unit number of the solver res-file
[out]ierrError flag
Author
Knut Morten Okstad
Date
14 Aug 2001
Here is the caller graph for this function:

Variable Documentation

◆ builddate

character(len=32), save versionmodule::builddate

The date this program was built.

◆ progver

character(len=32), save versionmodule::progver

Version ID for this release.