module procedure get_field_value module function get_field_value(this, field, n) result(field_value)
Interface →
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
Intent Optional 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
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.