PSCF v1.3
Iterator.cpp
1/*
2* PSCF - Polymer Self-Consistent Field
3*
4* Copyright 2015 - 2025, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include "Iterator.h"
9#include <r1d/System.h>
10#include <r1d/domain/Domain.h>
11#include <r1d/solvers/Mixture.h>
12
13namespace Pscf {
14namespace R1d
15{
16
17 using namespace Util;
18
20 { setClassName("Iterator"); }
21
25
28
29} // namespace R1d
30} // namespace Pscf
Iterator()
Default constructor.
Definition Iterator.cpp:19
~Iterator()
Destructor.
Definition Iterator.cpp:26
SystemAccess()
Default constructor.
const System & system() const
Get parent System by reference.
Main class in SCFT simulation of one system.
Definition r1d/System.h:65
void setClassName(const char *className)
Set class name string.
SCFT with real 1D fields.
PSCF package top-level namespace.
Definition param_pc.dox:1