18#if defined(DFTFE_WITH_DEVICE)
19# ifndef linearSolverProblemDevice_H_
20# define linearSolverProblemDevice_H_
31 class linearSolverProblemDevice
37 linearSolverProblemDevice();
44 virtual distributedDeviceVec<double> &
52 virtual distributedDeviceVec<double> &
53 getPreconditioner() = 0;
60 computeAX(distributedDeviceVec<double> &dst,
61 distributedDeviceVec<double> &src) = 0;
69 computeRhs(distributedCPUVec<double> &rhs) = 0;
86 copyXfromDeviceToHost() = 0;
91 typedef dealii::types::global_dof_index
size_type;
Definition pseudoPotentialToDftfeConverter.cc:34
unsigned int size_type
Definition TypeConfig.h:6