DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
#include <DeviceAPICalls.h>
#include <DeviceDataTypeOverloads.h>
#include <DeviceKernelLauncherConstants.h>
Go to the source code of this file.
Namespaces | |
namespace | dftfe |
namespace | dftfe::poissonDevice |
Functions | |
void | dftfe::poissonDevice::diagScale (const unsigned int blockSize, const unsigned int numContiguousBlocks, const double *srcArray, const double *scalingVector, double *dstArray) |
void | dftfe::poissonDevice::dotProductContributionBlocked (const unsigned int numEntries, const double *vec1, const double *vec2, double *vecTemp) |
void | dftfe::poissonDevice::scaleBlocked (const unsigned int blockSize, const unsigned int numContiguousBlocks, double *xArray, const double *scalingVector) |
void | dftfe::poissonDevice::scale (const unsigned int numEntries, double *xArray, const double *scalingVector) |
void | dftfe::poissonDevice::daxpyBlocked (const unsigned int blockSize, const unsigned int numContiguousBlocks, const double *x, const double *alpha, double *y) |
void | dftfe::poissonDevice::dmaxpyBlocked (const unsigned int blockSize, const unsigned int numContiguousBlocks, const double *x, const double *alpha, double *y) |