get_field_array Module Procedure

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.

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

Return Value double precision, DIMENSION(:), ALLOCATABLE

Desired bnsfuka member array


Called by

proc~~get_field_array~2~~CalledByGraph proc~get_field_array~2 get_field_array interface~get_field_array~2 get_field_array interface~get_field_array~2->proc~get_field_array~2

Contents