Skip to content

adam_fnl_field_global

ADAM, global FNL field singleton — single program-scope field_fnl_object instance.

Provides the GPU field handler (FNL backend) as a program-scope singleton, mirroring the CPU-side adam_field_global pattern.

Requires explicit initialization before any FNL kernel is invoked:

fortran
 call field_fnl%initialize(verbose=.true.)

Source: src/lib/fnl/adam_fnl_field_global.F90

Dependencies

Variables

NameTypeAttributesDescription
field_fnltype(field_fnl_object)targetProgram-scope field FNL singleton.