OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
datatypes.h
Go to the documentation of this file.
1// some typedefs
2// /todo this needs to go
3
4const double pi = Kokkos::numbers::pi_v<double>;
5
6constexpr unsigned Dim = 3;
7using T = double;
const double pi
Definition datatypes.h:4
double T
Definition datatypes.h:7
constexpr unsigned Dim
Definition datatypes.h:6