|
PSCF v1.3.3
|
SCFT with real 1D fields. More...
Classes | |
| class | AmIterator |
| Anderson-Mixing iterator for 1D SCFT. More... | |
| class | BinaryRelaxIterator |
| Relaxation iterator for 1D SCFT of two-monomer (AB) systems. More... | |
| class | Block |
| Block within a block polymer. More... | |
| class | Domain |
| One-dimensional spatial domain and discretization grid. More... | |
| class | FieldIo |
| Read and write fields to file. More... | |
| class | HomogeneousComparison |
| Command to compute properties of homogeneous reference system. More... | |
| class | Iterator |
| Base class for iterative solvers for SCF equations. More... | |
| class | IteratorFactory |
| Factory for subclasses of Iterator. More... | |
| class | LinearSweep |
| Base class for a sweep in parameter space where parameters change linearly with the sweep variable. More... | |
| class | Mixture |
| Solver and descriptor for a mixture of polymers and solvents. More... | |
| class | NrIterator |
| Newton-Raphson Iterator for 1D SCFT. More... | |
| class | Polymer |
| Descriptor and solver for a block polymer species. More... | |
| class | Propagator |
| MDE solver for one-direction of one block. More... | |
| class | Solvent |
| Solver and descriptor for a solvent species in a mixture. More... | |
| class | Sweep |
| Solve a sequence of problems along a line in parameter space. More... | |
| class | SweepFactory |
| Default Factory for subclasses of Sweep. More... | |
| class | SweepParameter |
| Class for storing data about an individual sweep parameter. More... | |
| class | System |
| Main class in SCFT simulation of one system. More... | |
| class | SystemAccess |
| Concise accesss to an associated System. More... | |
Enumerations | |
| enum | GeometryMode |
| Enumeration of geometrical modes for functions of one coordinate. More... | |
Functions | |
| std::istream & | operator>> (std::istream &in, GeometryMode &mode) |
| istream extractor for a GeometryMode. | |
| std::ostream & | operator<< (std::ostream &out, GeometryMode mode) |
| ostream inserter for an GeometryMode. | |
| template<class Archive> | |
| void | serialize (Archive &ar, GeometryMode &mode, const unsigned int version) |
| Serialize a GeometryMode value. | |
| std::istream & | operator>> (std::istream &in, SweepParameter ¶m) |
| Inserter for reading a SweepParameter from an istream. | |
| std::ostream & | operator<< (std::ostream &out, SweepParameter const ¶m) |
| Extractor for writing a SweepParameter to ostream. | |
SCFT with real 1D fields.
| std::istream & Pscf::R1d::operator>> | ( | std::istream & | in, |
| GeometryMode & | mode ) |
istream extractor for a GeometryMode.
| in | input stream |
| mode | GeometryMode to be read |
Definition at line 20 of file GeometryMode.cpp.
References UTIL_THROW.
| std::ostream & Pscf::R1d::operator<< | ( | std::ostream & | out, |
| GeometryMode | mode ) |
ostream inserter for an GeometryMode.
| out | output stream |
| mode | GeometryMode to be written |
Definition at line 41 of file GeometryMode.cpp.
References UTIL_THROW.
| void Pscf::R1d::serialize | ( | Archive & | ar, |
| GeometryMode & | mode, | ||
| const unsigned int | version ) |
Serialize a GeometryMode value.
| ar | archive object |
| mode | value to be serialized |
| version | archive version id |
Definition at line 58 of file GeometryMode.h.
References Util::serializeEnum().
| std::istream & Pscf::R1d::operator>> | ( | std::istream & | in, |
| SweepParameter & | param ) |
Inserter for reading a SweepParameter from an istream.
| in | input stream |
| param | SweepParameter object to read |
Definition at line 239 of file SweepParameter.cpp.
| std::ostream & Pscf::R1d::operator<< | ( | std::ostream & | out, |
| SweepParameter const & | param ) |
Extractor for writing a SweepParameter to ostream.
| out | output stream |
| param | SweepParameter object to write |
Definition at line 260 of file SweepParameter.cpp.