|
PSCF v1.4.0
|
Sweep in which parameters vary linearly with sweep variable s. More...
#include <LinearSweep.h>
Public Member Functions | |
| LinearSweep (System< D > &system) | |
| Constructor. | |
| Public Member Functions inherited from Pscf::Rp::LinearSweep< D, Types< D > > | |
| void | readParameters (std::istream &in) |
| Read parameters from param file. | |
| void | setup () |
| Setup operation at the beginning of a sweep. | |
| void | setParameters (double s) |
| Set state parameters before solving an SCFT problem. | |
| void | outputSummary (std::ostream &out) |
| Output data to a running summary. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Pscf::Rp::LinearSweep< D, Types< D > > | |
| LinearSweep (typename Types< D >::System &system) | |
| Constructor. | |
Sweep in which parameters vary linearly with sweep variable s.
Specializations of this template with D=1, 2, and 3 are derived from corresponding specializations of base class template Rp::LinearSweep, and inherit their public interface and almost all of their source code from this base class.
Definition at line 35 of file rpg/scft/sweep/LinearSweep.h.
| Pscf::Rpg::LinearSweep< D >::LinearSweep | ( | System< D > & | system | ) |
Constructor.
| system | parent system object |
Definition at line 18 of file LinearSweep.cu.
References LinearSweep().
Referenced by LinearSweep().