![]() |
Block-Structured AMR Software Framework
|
Go to the source code of this file.
Classes | |
| struct | amrex::GPUable |
| Marker base that denotes an implicit function callable on device kernels. More... | |
| struct | amrex::EB2::IsGPUable< D, Enable > |
| Type trait that reports whether a functor derives from GPUable. More... | |
| struct | amrex::EB2::IsGPUable< D, std::enable_if_t< std::is_base_of_v< GPUable, D > > > |
Namespaces | |
| namespace | amrex |
| namespace | amrex::EB2 |
Base helpers shared by all EB2 implicit functions, including GPU-aware markers and compile-time utilities to identify GPU-callable functors.