|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Device-callable view of the BC handler providing BC lookup by zone ID. More...
#include <EulerP_BC.hpp>
Public Member Functions | |
| DNDS_DEVICE_CALLABLE | BCHandlerDeviceView (vector_DeviceView< B, BC_DeviceView< B >, int32_t > n_bcs) |
| Constructs from a device view of BC_DeviceView array. | |
| DNDS_DEVICE_CALLABLE BC_DeviceView< B > & | id2bc (Geom::t_index id) |
| Looks up a boundary condition by zone ID. | |
Device-callable view of the BC handler providing BC lookup by zone ID.
Holds a device-resident array of BC_DeviceView objects indexed by boundary zone ID.
| B | Device backend (Host or CUDA). |
Definition at line 349 of file EulerP_BC.hpp.
|
inline |
Constructs from a device view of BC_DeviceView array.
Definition at line 357 of file EulerP_BC.hpp.
|
inline |
Looks up a boundary condition by zone ID.
| id | Boundary zone identifier. |
BC_DeviceView for the given zone. Definition at line 364 of file EulerP_BC.hpp.