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.

Created: FT 09.02.2022 Last update: FT 27.05.2022


Arguments

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

bnsfuka object which this PROCEDURE is a member of

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

Name of the desired bnsfuka member array

integer, intent(in) :: n

Component of the desired bnsfuka member array

Return Value double precision

Component n of the desired bnsfuka member array


Called by

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

Contents