1#ifndef PRDC_CUDA_R_FIELD_COMPARISON_H
2#define PRDC_CUDA_R_FIELD_COMPARISON_H
12#include <pscf/math/FieldComparison.h>
58 {
return fieldComparison_.maxDiff(); }
64 {
return fieldComparison_.rmsDiff(); }
76 #ifndef PRDC_CUDA_R_FIELD_COMPARISON_TPP
Comparison of element-by-element differences between field arrays.
double compare(RField< D > const &a, RField< D > const &b)
Comparator for fields in real-space (r-grid) format.
Field of real double precision values on an FFT mesh.
double rmsDiff() const
Get precomputed rms difference.
double maxDiff() const
Get precomputed maximum element-by-element difference.
Dynamically allocatable contiguous array template.
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Periodic fields and crystallography.
PSCF package top-level namespace.
Utility classes for scientific computation.