47 double sum(0.0), err(0.0), tempVal, tempSum;
49 for (
int i = 0; i < n; ++i) {
50 tempVal = rg[i] - err;
51 tempSum = sum + tempVal;
52 err = tempSum - sum - tempVal;
56 return (sum / ((
double)rg.
capacity()));
Field of real double precision values on an FFT mesh.
Container for a field to which the total density is constrained.
File input/output operations and format conversions for fields.
double rGridAverage() const
Calculate the average value of the rgrid_ member.
int capacity() const
Return allocated size.
Fields and FFTs for periodic boundary conditions (CPU)
Periodic fields and crystallography.
PSCF package top-level namespace.
Utility classes for scientific computation.