|
PSCF v1.4.0
|
Leimkuhler-Mathews Brownian dynamics time stepper. More...
#include <LMBdStep.h>
Public Member Functions | |
| LMBdStep (BdSimulator< D > &simulator) | |
| Constructor. | |
| Public Member Functions inherited from Pscf::Rp::LMBdStep< D, Types< D > > | |
| void | readParameters (std::istream &in) override |
| Read body of parameter file block. | |
| void | setup () override |
| Setup before simulation loop. | |
| bool | step () override |
| Take a single Brownian dynamics step. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Pscf::Rp::LMBdStep< D, Types< D > > | |
| LMBdStep (typename Types< D >::BdSimulator &simulator) | |
| Constructor. | |
Leimkuhler-Mathews Brownian dynamics time stepper.
Specializations of this template with D=1, 2, and 3 are derived from specializations of the base class template Rp::LMBdStep, and inherit their entire 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/LMBdStep.h.
| Pscf::Rpc::LMBdStep< D >::LMBdStep | ( | BdSimulator< D > & | simulator | ) |
Constructor.
| simulator | parent BdSimulator object |
Definition at line 26 of file LMBdStep.cpp.
References LMBdStep().
Referenced by LMBdStep().