DFT-EFE
 
Loading...
Searching...
No Matches
DeviceUtils.h
Go to the documentation of this file.
1#ifdef DFTEFE_WITH_DEVICE
2# ifndef dftefeDeviceUtils_h
3# define dftefeDeviceUtils_h
4
5namespace dftefe
6{
7 namespace utils
8 {
9 class DeviceUtils
10 {
11 public:
12 static void
13 setupDevice(const int &mpi_rank);
14 };
15 } // namespace utils
16
17} // namespace dftefe
18
19# endif
20#endif // DFTEFE_WITH_DEVICE
dealii includes
Definition: AtomFieldDataSpherical.cpp:31