cfd-solver
0.1.0
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Programs
field_index
Function
14 statements
Source File
config_engine.f90
config_engine
field_index
Contents
public function field_index(fields, key) result(index)
1-based index of
key
in the table (normalized compare); 0 when absent.
Arguments
Type
Intent
Optional
Attributes
Name
type(
field_desc_t
),
intent(in)
::
fields
(:)
character(len=*),
intent(in)
::
key
Return Value
integer