|
PSCF v1.4.0
|
Predictor-corrector Brownian dynamics time stepper. More...
#include <PredCorrBdStep.h>
Public Member Functions | |
| PredCorrBdStep (BdSimulator< D > &simulator) | |
| Constructor. | |
| Public Member Functions inherited from Pscf::Rp::PredCorrBdStep< D, Types< D > > | |
| void | readParameters (std::istream &in) override |
| Read body of parameter file block and allocate memory. | |
| void | setup () override |
| Setup before simulation. | |
| bool | step () override |
| Take a single Brownian dynamics step. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Pscf::Rp::PredCorrBdStep< D, Types< D > > | |
| PredCorrBdStep (typename Types< D >::BdSimulator &simulator) | |
| Constructor. | |
Predictor-corrector Brownian dynamics time stepper.
Specializations of this template with D=1, 2, and 3 are derived from specializations of the base class template Rp::PredCorrBdStep, and inherit their public interface and almost all of their source code from this base class. See the documentation of this base class template for details.
Definition at line 36 of file /fts/brownian/PredCorrBdStep.h.
| Pscf::Rpc::PredCorrBdStep< D >::PredCorrBdStep | ( | BdSimulator< D > & | simulator | ) |
Constructor.
| simulator | parent BdSimulator object |
Definition at line 27 of file PredCorrBdStep.cpp.
References PredCorrBdStep().
Referenced by PredCorrBdStep().