Appearance
adam_fnl_ib_global
ADAM, global FNL IB singleton — single program-scope ib_fnl_object instance.
Requires explicit initialization after the CPU-side ib global singleton and the field_fnl global are populated:
fortran
ib = self%ib ! populate CPU singleton
call ib_fnl%initialize()Source: src/lib/fnl/adam_fnl_ib_global.F90
Dependencies
Variables
| Name | Type | Attributes | Description |
|---|---|---|---|
ib_fnl | type(ib_fnl_object) | target | Program-scope IB FNL singleton. |