PSCF v1.1
pspc/field/BFieldComparison.h
1#ifndef PSPC_B_FIELD_COMPARISON_H
2#define PSPC_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 {
15namespace Pspc {
16
17 using namespace Util;
18
24 class BFieldComparison : public FieldComparison< DArray<double> >
25 {
26
27 public:
28
46 BFieldComparison(int begin = 0);
47
48 };
49
50} // namespace Pspc
51} // namespace Pscf
52#endif
Comparator for fields in symmetry-adapted basis format.
Comparison of element-by-element differences between field arrays.
BFieldComparison(int begin=0)
Constructor.
C++ namespace for polymer self-consistent field theory (PSCF).
Utility classes for scientific computation.
Definition: accumulators.mod:1