distributes a GGA-type xc potential over the XC-matrix elements. More...
#include <xc_evaluators.h>
Static Public Member Functions | |
static void | distribute (DftIntegratorBl *grid, int bllen, int blstart, int blend, real *restrict tmp, const real *dR, const real *dZ, Matrix &excmat) |
distributes a GGA-type xc potential over the XC-matrix elements.
Matrix is a type provides an operation add(row, col, val).
static void XCDistributorGga< Matrix >::distribute | ( | DftIntegratorBl * | grid, | |
int | bllen, | |||
int | blstart, | |||
int | blend, | |||
real *restrict | tmp, | |||
const real * | dR, | |||
const real * | dZ, | |||
Matrix & | excmat | |||
) | [inline, static] |