OpenLB 1.7
Loading...
Searching...
No Matches
Public Types | List of all members
olb::ImplementationOf< AbstractColumn< T >, Platform::GPU_CUDA > Struct Template Reference

Declare gpu::cuda::Column as the AbstractColumn implementation for GPU CUDA targets. More...

#include <column.h>

+ Collaboration diagram for olb::ImplementationOf< AbstractColumn< T >, Platform::GPU_CUDA >:

Public Types

using type = gpu::cuda::Column<T>
 

Detailed Description

template<typename T>
struct olb::ImplementationOf< AbstractColumn< T >, Platform::GPU_CUDA >

Declare gpu::cuda::Column as the AbstractColumn implementation for GPU CUDA targets.

Definition at line 180 of file column.h.

Member Typedef Documentation

◆ type

template<typename T >
using olb::ImplementationOf< AbstractColumn< T >, Platform::GPU_CUDA >::type = gpu::cuda::Column<T>

Definition at line 181 of file column.h.


The documentation for this struct was generated from the following file: