Globals Library 1.0
|
Data Types | |
type | odedata |
Functions/Subroutines | |
subroutine | odedata_init (this, lun_err, ntdens, npot) |
subroutine | odedata_kill (this, lun_err) |
subroutine | odedata_info (this, lun_out) |
subroutine | odedata_shift (this) |
subroutine dmkodedata::odedata_init | ( | class(odedata), intent(inout) | this, |
integer, intent(in) | lun_err, | ||
integer, intent(in) | ntdens, | ||
integer, intent(in) | npot ) |
Static constructor. (procedure public for type OdeInp) Instantiate (allocate if necessary) and initialize variables of type OdeInp
usage: call 'var'init(lun_err,ntdens,npot)
where:
[in] | lun_err | -> integer. Logical unit for error msg. |
[in] | ntdens | -> integer. Dimension of Tdens-variables |
[in] | npot | -> integer. Dimension of Pot-variables |
|
private |
Static desconstructor. (procedure public for type OdeInp) Free memory
usage: call 'var'kill(lun_err)
where:
[in] | lun_err | -> integer. I/O logical unit |
|
private |
Information procedure (procedure public for type OdeData)
usage: call 'var'info(lun_out)
where:
[in] | lun_out | -> integer. I/O logical unit |
|
private |
Shift data from second to first time