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;
 
Definition pseudoPotentialToDftfeConverter.cc:34