access Submodule

The module contains the implementation of the methods of TYPE diffstar that allow to access PRIVATE members.

FT 25.10.2021



Uses

  • module~~access~7~~UsesGraph module~access~7 access module~diffstar_lorene diffstar_lorene module~access~7->module~diffstar_lorene iso_c_binding iso_c_binding module~diffstar_lorene->iso_c_binding module~diffstar_base diffstar_base module~diffstar_lorene->module~diffstar_base module~id_base id_base module~diffstar_lorene->module~id_base module~utility utility module~diffstar_lorene->module~utility timing timing module~diffstar_lorene->timing module~diffstar_base->module~id_base module~diffstar_base->module~utility module~id_base->module~utility module~id_base->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure get_diffstar_identifier module function get_diffstar_identifier(this)

Returns the value of diffstar_identifier, the integer identifier of the diffstar object

Read more…

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

Return Value double precision

module procedure get_eos_loreneid module function get_eos_loreneid(this)

Returns the \(\texttt{LORENE}\) ID-number of the EOS of the DRS

Read more…

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

Return Value integer

module procedure get_eos_parameters module subroutine get_eos_parameters(this, i_matter, eos_params)

Returns the \(\mathrm{EOS}\) parameters of the DRS

Read more…

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object whose parameter is to return

double precision, intent(out), DIMENSION(:), ALLOCATABLE :: eos_params

Array containing the parameters of the \(\mathrm{EOS}\) for the DRS

module procedure get_field_array module function get_field_array(this, field) result(field_array)

Returns one of the member arrays, selected with the string input.

Read more…

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

character(len=:), intent(in), ALLOCATABLE :: field

Name of the desired diffstarlorene member array

Return Value double precision, DIMENSION(:), ALLOCATABLE

Desired diffstarlorene member array

module procedure get_field_value module function get_field_value(this, field, n) result(field_value)

Returns the value of one of the member arrays, selected with the string input, at the point given as argument.

Read more…

Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

character(len=:), intent(in), ALLOCATABLE :: field

Name of the desired diffstarlorene member array

integer, intent(in) :: n

Component of the desired diffstarlorene member array

Return Value double precision

Component n of the desired diffstarlorene member array