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
4
const
double
pi
= Kokkos::numbers::pi_v<double>;
5
6
constexpr
unsigned
Dim
= 3;
7
using
T
= double;
pi
const double pi
Definition
datatypes.h:4
T
double T
Definition
datatypes.h:7
Dim
constexpr unsigned Dim
Definition
datatypes.h:6