Appearance
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
| Name | Type | Attributes | Description |
|---|---|---|---|
field_fnl | type(field_fnl_object) | target | Program-scope field FNL singleton. |