get_field_value Module Procedure

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.

FT


Arguments

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

bnslorene object which this PROCEDURE is a member of

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

Name of the desired bnslorene member array

integer, intent(in) :: n

Component of the desired bnslorene member array

Return Value double precision

Component n of the desired bnslorene member array


Called by

proc~~get_field_value~~CalledByGraph proc~get_field_value get_field_value interface~get_field_value get_field_value interface~get_field_value->proc~get_field_value

Contents