Globals Library 1.0
Loading...
Searching...
No Matches
dmkodedata Module Reference

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)
 

Function/Subroutine Documentation

◆ odedata_init()

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:

Parameters
[in]lun_err-> integer. Logical unit for error msg.
[in]ntdens-> integer. Dimension of Tdens-variables
[in]npot-> integer. Dimension of Pot-variables

◆ odedata_kill()

subroutine dmkodedata::odedata_kill ( class(odedata), intent(inout) this,
integer, intent(in) lun_err )
private

Static desconstructor. (procedure public for type OdeInp) Free memory

usage: call 'var'kill(lun_err)

where:

Parameters
[in]lun_err-> integer. I/O logical unit

◆ odedata_info()

subroutine dmkodedata::odedata_info ( class(odedata), intent(inout) this,
integer, intent(in) lun_out )
private

Information procedure (procedure public for type OdeData)

usage: call 'var'info(lun_out)

where:

Parameters
[in]lun_out-> integer. I/O logical unit

◆ odedata_shift()

subroutine dmkodedata::odedata_shift ( class(odedata), intent(inout) this)
private

Shift data from second to first time