fgen_runtime.arrays

fgen_runtime.arrays#

Handle the translation of a fortran pointer into a numpy array

KIND_REGEX#

KIND_REGEX = '\\((?:kind=)?([1-8])\\)'#

Regex for extracting the kind information from a type specification

Only supports real, integer, logical and double precision types where “kind” is the only available argument.