PSCF v1.1
HomogeneousComparison.h
1#ifndef FD1D_HOMOGENEOUS_COMPARISON_H
2#define FD1D_HOMOGENEOUS_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 <fd1d/SystemAccess.h> // base class
12
13namespace Pscf {
14namespace Fd1d {
15
22 {
23
24 public:
25
30
35
40
69 void compute(int mode);
70
77 void output(int mode, std::ostream& out);
78
79 private:
80
85
90
95
100
101 };
102
103} // namespace Fd1d
104} // namespace Pscf
105#endif
Command to compute properties of homogeneous reference system.
void compute(int mode)
Compute properties of a homogeneous reference system.
void output(int mode, std::ostream &out)
Output comparison to a homogeneous reference system.
Concise accesss to an associated System.
Definition: SystemAccess.h:28
const System & system() const
Get parent System by reference.
Definition: SystemAccess.h:158
Main class in SCFT simulation of one system.
Definition: fd1d/System.h:63
Dynamically allocatable contiguous array template.
Definition: DArray.h:32
C++ namespace for polymer self-consistent field theory (PSCF).