PSCF v1.1
pscf/crystal/BFieldComparison.h
1#ifndef PSCF_B_FIELD_COMPARISON_H
2#define PSCF_B_FIELD_COMPARISON_H
3
4/*
5* PSCF - Polymer Self-Consistent Field Theory
6*
7* Copyright 2016 - 2022, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11#include <pscf/math/FieldComparison.h>
12#include <util/containers/DArray.h>
13
14namespace Pscf {
15
16 using namespace Util;
17
23 class BFieldComparison : public FieldComparison< DArray<double> >
24 {
25
26 public:
27
45 BFieldComparison(int begin = 0);
46
47 };
48
49} // namespace Pscf
50#endif
Comparator for fields in symmetry-adapted basis format.
Comparison of element-by-element differences between field arrays.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.
Definition: accumulators.mod:1