Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Macros
enabled_fields.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XMAC_LIST_ENABLED_FIELD
 X macro listing all enabled field types in the scheduler.
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file enabled_fields.hpp.

Macro Definition Documentation

◆ XMAC_LIST_ENABLED_FIELD

#define XMAC_LIST_ENABLED_FIELD
Value:
X(f32) \
X(f32_2) \
X(f32_3) \
X(f32_4) \
X(f32_8) \
X(f32_16) \
X(f64) \
X(f64_2) \
X(f64_3) \
X(f64_4) \
X(f64_8) \
X(f64_16) \
X(u32) \
X(u64) \
X(u32_3) \
X(u64_3) \
X(i64_3) \
X(i64)
double f64
Alias for double.
float f32
Alias for float.
std::uint32_t u32
32 bit unsigned integer
std::uint64_t u64
64 bit unsigned integer
std::int64_t i64
64 bit integer

X macro listing all enabled field types in the scheduler.

Definition at line 23 of file enabled_fields.hpp.